Slight performance tweaks

This commit is contained in:
Zef Hemel
2023-12-29 20:03:54 +01:00
parent bc78fae5ec
commit 16b8d4ef12
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -468,7 +468,7 @@
.sb-markdown-widget,
.sb-markdown-top-widget:has(*),
.sb-markdown-bottom-widget:has(*) {
overflow-y: scroll;
overflow-y: auto;
border: 1px solid var(--editor-directive-background-color);
border-radius: 5px;
white-space: wrap;