mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix for disabled editables
This commit is contained in:
@@ -5454,6 +5454,6 @@ body:not(.movingUI) .drawer-content.maximized {
|
|||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
#advanced-formatting-button div[contenteditable="true"] {
|
#advanced-formatting-button div[contenteditable] {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user