diff options
author | Björn Schießle <bjoern@schiessle.org> | 2015-07-02 12:17:56 +0200 |
---|---|---|
committer | Björn Schießle <bjoern@schiessle.org> | 2015-07-02 12:17:56 +0200 |
commit | caa3210a59ee061824c5a6d5b4dd26e9def115d2 (patch) | |
tree | 0f7cb99d357735755c229a802db170cfc635ee6c | |
parent | d6b24c7bbc13a813899e7aa41f3ea5edc0a01ae4 (diff) | |
parent | 4abec8b5b999134aa1855d8a80419beaf47af533 (diff) | |
download | nextcloud-server-caa3210a59ee061824c5a6d5b4dd26e9def115d2.tar.gz nextcloud-server-caa3210a59ee061824c5a6d5b4dd26e9def115d2.zip |
Merge pull request #17308 from owncloud/stable8.1-backport-17293
Stable8.1 backport 17293
-rw-r--r-- | core/css/apps.css | 2 | ||||
-rw-r--r-- | core/css/share.css | 1 |
2 files changed, 1 insertions, 2 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; } + diff --git a/core/css/share.css b/core/css/share.css index 11e23131dc4..0d687cb76da 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -161,7 +161,6 @@ a.showCruds:hover,a.unshare:hover { max-height:103px; overflow-y:auto; overflow-x:hidden; - z-index: 101 !important; } .notCreatable { |