diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-26 17:48:35 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-06-26 17:48:35 +0200 |
commit | 4edf388a3852507886e1fc1c396725ea0a6c8e82 (patch) | |
tree | dcff3e87f7bdafb07807eb586d4045afd1e0448f | |
parent | ac9412639333b6876f7b4b9d0c9f1d2035890c58 (diff) | |
download | nextcloud-server-4edf388a3852507886e1fc1c396725ea0a6c8e82.tar.gz nextcloud-server-4edf388a3852507886e1fc1c396725ea0a6c8e82.zip |
fix z-index of share-autocomplete
-rw-r--r-- | core/css/share.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index 0d687cb76da..11e23131dc4 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -161,6 +161,7 @@ a.showCruds:hover,a.unshare:hover { max-height:103px; overflow-y:auto; overflow-x:hidden; + z-index: 101 !important; } .notCreatable { |