mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
scrolling for mobile Adv Char and World Popups
This commit is contained in:
@@ -2093,6 +2093,7 @@ input[type="range"]::-webkit-slider-thumb {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mes_buttons {
|
.mes_buttons {
|
||||||
float: right;
|
float: right;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
@@ -3973,6 +3974,11 @@ body.waifuMode #avatar_zoom_popup {
|
|||||||
top: 42px;
|
top: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#character_popup,
|
||||||
|
#world_popup {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#character_popup,
|
#character_popup,
|
||||||
#world_popup,
|
#world_popup,
|
||||||
#send_form {
|
#send_form {
|
||||||
|
Reference in New Issue
Block a user