Skip to content

Commit c44c643

Browse files
committed
Put controls above the text editor menubar
Otherwise this will creates a minor visual glitch when nextcloud/text#1821 will get merged. Signed-off-by: Carl Schwan <[email protected]>
1 parent 9603069 commit c44c643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/css/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ body {
184184
padding: 0;
185185
margin: 0;
186186
background-color: var(--color-main-background-translucent);
187-
z-index: 61; /* must be above the filelist sticky header */
187+
z-index: 62; /* must be above the filelist sticky header and texteditor menubar */
188188
-webkit-user-select: none;
189189
-moz-user-select: none;
190190
-ms-user-select: none;

0 commit comments

Comments
 (0)