Limit vertical size and add resize handles to AF [contenteditable]s
| @@ -5455,4 +5455,8 @@ body:not(.movingUI) .drawer-content.maximized { | |||
| 5455 | 5455 | ||
| 5456 | #advanced-formatting-button div[contenteditable] { | 5456 | #advanced-formatting-button div[contenteditable] { |
| 5457 | overflow-wrap: anywhere; | 5457 | overflow-wrap: anywhere; |
| 5458 | max-height: 50vh; | ||
| 5459 | max-height: 50dvh; | ||
| 5460 | resize: vertical; | ||
| 5461 | overflow: auto; | ||
| 5458 | } | 5462 | } |