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;
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user