Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
ca0df05b
Commit
ca0df05b
authored
Oct 02, 2018
by
Karl Hasselbring
Browse files
Z-Index für Sidebar angepasst (gab Fehler auf mobiler Ansicht)
parent
ffa0d786
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
ca0df05b
...
...
@@ -13,7 +13,7 @@
padding-top: 55px;
overflow: hidden;
overflow-y: auto;
z-index: 1;
z-index: 1
0
;
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: 3
0
;
overflow: hidden;
transition: 0.5s ease;
&>li>a {
...
...
@@ -77,7 +77,7 @@
}
label:after {
#navbar-static-pages {
z-index: 4;
z-index: 4
0
;
width: 100%;
}
}
...
...
@@ -156,7 +156,7 @@ input#sidebarToggle:checked {
position: fixed;
top: 23px;
right: 25px;
z-index: 2;
z-index: 2
0
;
}
font-size: 36px;
line-height: 23px;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment