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

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

parent ffa0d786
Branches
No related tags found
1 merge request!1326Resolve "Sidebar Design anpassen"
......@@ -13,7 +13,7 @@
padding-top: 55px;
overflow: hidden;
overflow-y: auto;
z-index: 1;
z-index: 10;
background-color: white;
transition: 0.5s;
border-left: none;
......@@ -59,7 +59,7 @@
max-height: 0px;
text-align: left;
list-style-type: none;
z-index: 3;
z-index: 30;
overflow: hidden;
transition: 0.5s ease;
&>li>a {
......@@ -77,7 +77,7 @@
}
label:after {
#navbar-static-pages {
z-index: 4;
z-index: 40;
width: 100%;
}
}
......@@ -156,7 +156,7 @@ input#sidebarToggle:checked {
position: fixed;
top: 23px;
right: 25px;
z-index: 2;
z-index: 20;
}
font-size: 36px;
line-height: 23px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment