mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Relocate scroll constriction in alternate greetings popup
This commit is contained in:
@@ -5735,3 +5735,15 @@ body:not(.movingUI) .drawer-content.maximized {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Constrict the scroll of alternate greetings to only the dynamic form section */
|
||||
.alternate_grettings {
|
||||
display: grid;
|
||||
grid-template-rows: auto auto auto 1fr;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.alternate_greetings_list {
|
||||
overflow-y: scroll;
|
||||
}
|
Reference in New Issue
Block a user