fix: offset vditor toolbar when pinned

This commit is contained in:
Tim
2025-08-06 16:15:22 +08:00
parent 79ccc45c95
commit 597bc09c57
+5 -1
View File
@@ -65,7 +65,11 @@ body {
*************************/ *************************/
.vditor { .vditor {
min-height: 200px; min-height: 200px;
} }
.vditor-toolbar--pin {
top: var(--header-height) !important;
z-index: 900 !important;
}
/* .vditor { /* .vditor {
--textarea-background-color: transparent; --textarea-background-color: transparent;
border: none !important; border: none !important;