Skip to content

Commit 345de0b

Browse files
fix(frontend): z-index of header vs codemirror fullscreen editor
1 parent f986bfe commit 345de0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/frontend/styles/vendor/codemirror.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
inset: 0;
104104
inset-block-start: var(--toolbar-height);
105105
position: fixed;
106-
z-index: 8;
106+
z-index: 1008;
107107
}
108108

109109
.CodeMirror-placeholder {

packages/frontend/styles/vendor/easy-markdown-editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
inset-block-start: 0;
7575
inset-inline: 0;
7676
position: fixed;
77-
z-index: 10;
77+
z-index: 1010;
7878
}
7979

8080
& button {
@@ -148,5 +148,5 @@
148148
padding: var(--space-l);
149149
position: fixed;
150150
word-wrap: break-word;
151-
z-index: 9;
151+
z-index: 1009;
152152
}

0 commit comments

Comments
 (0)