fix: offset vditor toolbar when pinned

This commit is contained in:
Tim
2025-08-06 16:15:22 +08:00
parent 79ccc45c95
commit 597bc09c57

View File

@@ -65,7 +65,11 @@ body {
*************************/
.vditor {
min-height: 200px;
}
}
.vditor-toolbar--pin {
top: var(--header-height) !important;
z-index: 900 !important;
}
/* .vditor {
--textarea-background-color: transparent;
border: none !important;