Limit vertical size and add resize handles to AF [contenteditable]s

This commit is contained in:
Cohee 2024-09-03 21:29:50 +03:00
parent f7de495321
commit 03f9a89ffe

View File

@ -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;
}