Skip to content
Snippets Groups Projects
Commit e2a52c54 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Z-Index für Sidebar angepasst (gab Fehler auf mobiler Ansicht)

parent 0a058bed
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
padding-top: 55px; padding-top: 55px;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
z-index: 1; z-index: 10;
background-color: white; background-color: white;
transition: 0.5s; transition: 0.5s;
border-left: none; border-left: none;
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
max-height: 0px; max-height: 0px;
text-align: left; text-align: left;
list-style-type: none; list-style-type: none;
z-index: 3; z-index: 30;
overflow: hidden; overflow: hidden;
transition: 0.5s ease; transition: 0.5s ease;
&>li>a { &>li>a {
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
} }
label:after { label:after {
#navbar-static-pages { #navbar-static-pages {
z-index: 4; z-index: 40;
width: 100%; width: 100%;
} }
} }
...@@ -156,7 +156,7 @@ input#sidebarToggle:checked { ...@@ -156,7 +156,7 @@ input#sidebarToggle:checked {
position: fixed; position: fixed;
top: 23px; top: 23px;
right: 25px; right: 25px;
z-index: 2; z-index: 20;
} }
font-size: 36px; font-size: 36px;
line-height: 23px; line-height: 23px;
......
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