summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2021-08-12 19:22:02 +0200
committerCarl Schwan <carl@carlschwan.eu>2021-08-12 19:22:02 +0200
commitc44c643a08e98c193252ed39a2efaf5625edab00 (patch)
tree7ad5568dab020e636a566ce656e49fc763251f45 /core/css/styles.scss
parent9603069cc7eff8967ccba1c8d805f3d9d6103924 (diff)
downloadnextcloud-server-c44c643a08e98c193252ed39a2efaf5625edab00.tar.gz
nextcloud-server-c44c643a08e98c193252ed39a2efaf5625edab00.zip
Put controls above the text editor menubar
Otherwise this will creates a minor visual glitch when https://github.com/nextcloud/text/pull/1821 will get merged. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss2
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;