diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-01-26 20:36:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 20:36:55 +0100 |
commit | 6a99ffac03483d566c57e1b0fcee61626e2a1f5c (patch) | |
tree | 3ed6d9cf2ea398dd58a07774441e277979b73971 | |
parent | f5b72fb80ea74d2c71adb0553aedbbe721f31fab (diff) | |
parent | 37f961a664389ceead3530f4fbc7072279cf8a9c (diff) | |
download | nextcloud-server-6a99ffac03483d566c57e1b0fcee61626e2a1f5c.tar.gz nextcloud-server-6a99ffac03483d566c57e1b0fcee61626e2a1f5c.zip |
Merge pull request #19119 from nextcloud/backport/19111/stable18
[stable18] New file menu needs to be above the filelist header
-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 e304357e671..b6f1306708a 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -182,7 +182,7 @@ body { padding: 0; margin: 0; background-color: var(--color-main-background-translucent); - z-index: 60; + z-index: 61; /* must be above the filelist sticky header */ -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; |