diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 17:43:36 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-08 21:37:17 +0200 |
commit | dc5db3dd90fde2a78afb88d0097e26a4f86e6551 (patch) | |
tree | 86889a57ba239691965bc64d7d0df2cdccdf24f3 /core/css | |
parent | 6cdb1d89ae2d2c23e326da2a719ee88d495dd05e (diff) | |
download | nextcloud-server-dc5db3dd90fde2a78afb88d0097e26a4f86e6551.tar.gz nextcloud-server-dc5db3dd90fde2a78afb88d0097e26a4f86e6551.zip |
fix z-index of header and dropdowns, fix user menu not showing on mobile
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/header.css b/core/css/header.css index 36fe57bdc85..f83ef451ce6 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -18,7 +18,7 @@ top: 0; left: 0; right: 0; - z-index: 100; + z-index: 2000; height: 45px; line-height: 2.5em; background-color: #1d2d44; @@ -135,7 +135,7 @@ display: none; overflow-y: auto; overflow-x: hidden; - z-index: 5000; + z-index: 2000; } #navigation, #navigation * { -moz-box-sizing:border-box; @@ -265,7 +265,7 @@ position: absolute; right: 0; top: 45px; - z-index: 150; + z-index: 2000; display: none; background-color: #383c43; border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid; |