diff --git a/core/css/styles.scss b/core/css/styles.scss index 648de69c88a25..36da94a2e2b6b 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;