diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 648de69c88a..36da94a2e2b 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -184,7 +184,7 @@ body { padding: 0; margin: 0; background-color: var(--color-main-background-translucent); - z-index: 61; /* must be above the filelist sticky header */ + z-index: 62; /* must be above the filelist sticky header and texteditor menubar */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; |