mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Limit vertical size and add resize handles to AF [contenteditable]s
This commit is contained in:
@@ -5455,4 +5455,8 @@ body:not(.movingUI) .drawer-content.maximized {
|
||||
|
||||
#advanced-formatting-button div[contenteditable] {
|
||||
overflow-wrap: anywhere;
|
||||
max-height: 50vh;
|
||||
max-height: 50dvh;
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Reference in New Issue
Block a user