Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-09-13 18:15:41 +0300
committerGitHub <noreply@github.com>2021-09-13 18:15:41 +0300
commit909de3097115d2112fa5154c098a18de96233688 (patch)
treeb03e0d715eecef6a2771397de1c47d93264bce17 /core
parenta6ef9dfe47613dc3d892a9df963906ed4210a5ab (diff)
parentc44c643a08e98c193252ed39a2efaf5625edab00 (diff)
Merge pull request #28404 from nextcloud/work/popover-fileeditor
Diffstat (limited to 'core')
-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;