mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-17 16:50:59 +00:00
fix: offset vditor toolbar when pinned
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user