diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-23 14:03:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-23 14:03:27 +0200 |
commit | 71e5bc180399e75af7b67b4187c19d94b5586a5f (patch) | |
tree | f287b2e92036cfbc6c2c5dbdf08ab28ed41e4955 /core | |
parent | 4b5324341c152ba14b817c13979a35e15502e39b (diff) | |
download | nextcloud-server-71e5bc180399e75af7b67b4187c19d94b5586a5f.tar.gz nextcloud-server-71e5bc180399e75af7b67b4187c19d94b5586a5f.zip |
explicitly set z-index on app-content, fix overlap from navigation
Diffstat (limited to 'core')
-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 57133729f15..af2e85e3b9b 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -410,6 +410,7 @@ position: relative; height: 100%; overflow-y: auto; + z-index: 100; } #app-content-wrapper { @@ -555,4 +556,3 @@ em { z-index:500; padding:16px; } - |