fix: offset vditor toolbar when pinned

This commit is contained in:
Tim
2025-08-06 16:15:22 +08:00
parent 79ccc45c95
commit 597bc09c57
+4
View File
@@ -66,6 +66,10 @@ 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;