scrolling for mobile Adv Char and World Popups

This commit is contained in:
RossAscends
2023-05-12 14:02:56 +09:00
parent 6fd2925ebe
commit 4eb9bf8cac

View File

@@ -2093,6 +2093,7 @@ input[type="range"]::-webkit-slider-thumb {
width: 20px;
opacity: 0.5;
}
.mes_buttons {
float: right;
height: 20px;
@@ -3665,7 +3666,7 @@ toolcool-color-picker {
flex-basis: 100%;
}
#max_context_unlocked:not(:checked) + div {
#max_context_unlocked:not(:checked)+div {
display: none;
}
@@ -3973,6 +3974,11 @@ body.waifuMode #avatar_zoom_popup {
top: 42px;
}
#character_popup,
#world_popup {
overflow-y: auto;
}
#character_popup,
#world_popup,
#send_form {