diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-07-01 16:12:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-07-01 16:12:36 +0200 |
commit | 75451927b5a90adb22788047e15c175e265d6c17 (patch) | |
tree | ffdae932ae468d85b1627168f68af2ab341e749a /core/css/apps.css | |
parent | 2eb9936d77c895073898a1012ad209f7ca825b92 (diff) | |
download | nextcloud-server-75451927b5a90adb22788047e15c175e265d6c17.tar.gz nextcloud-server-75451927b5a90adb22788047e15c175e265d6c17.zip |
Revert "explicitly set z-index on app-content, fix overlap from navigation"
This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f.
Diffstat (limited to 'core/css/apps.css')
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index af2e85e3b9b..57133729f15 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -410,7 +410,6 @@ position: relative; height: 100%; overflow-y: auto; - z-index: 100; } #app-content-wrapper { @@ -556,3 +555,4 @@ em { z-index:500; padding:16px; } + |