Skip to content
Snippets Groups Projects
Commit dc99fd76 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #10948 from owncloud/fix-zindex

fix z-index of header and dropdowns, fix user menu not showing on mobile
parents d02f6c7e dc5db3dd
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 100; z-index: 2000;
height: 45px; height: 45px;
line-height: 2.5em; line-height: 2.5em;
background-color: #1d2d44; background-color: #1d2d44;
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
display: none; display: none;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
z-index: 5000; z-index: 2000;
} }
#navigation, #navigation * { #navigation, #navigation * {
-moz-box-sizing:border-box; -moz-box-sizing:border-box;
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
position: absolute; position: absolute;
right: 0; right: 0;
top: 45px; top: 45px;
z-index: 150; z-index: 2000;
display: none; display: none;
background-color: #383c43; background-color: #383c43;
border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid; border-bottom-left-radius:7px; border-bottom:1px #333 solid; border-left:1px #333 solid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment