Skip to content
GitLab
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
61506faf
Commit
61506faf
authored
Oct 30, 2017
by
Aria Givi
Browse files
Sidebar ist jetzt fehlerfrei im Vordergrund (auf der Ergebnisseite)
parent
ea1b69bb
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/assets/less/bootstrap/variables.less
View file @
61506faf
...
...
@@ -273,7 +273,7 @@
@zindex-dropdown: 1000;
@zindex-popover: 1060;
@zindex-tooltip: 1070;
@zindex-navbar-fixed:
103
0;
@zindex-navbar-fixed:
99
0;
@zindex-modal-background: 1040;
@zindex-modal: 1050;
...
...
resources/assets/less/metager/sidebar.less
View file @
61506faf
...
...
@@ -55,9 +55,9 @@ label#openSidebar {
& #metager-static-nav-list > li {
width: 100%;
padding-top:
10
%;
padding-bottom:
10
%;
border-
bot
to
m
: 1px solid LightGray;
padding-top:
3
%;
padding-bottom:
3
%;
border-to
p
: 1px solid LightGray;
&:hover {
background-color: @metager-navbar-toggle-hover-background-color;
...
...
@@ -152,18 +152,18 @@ label#openSidebar {
}
@media (max-width: 979px) {
#metager-static-nav-list {
width: 100%;
overflow: hidden;
.sideBar {
right: -90%;
width: 90%;
overflow: auto;
}
#metager-static-nav-list:target {
max-height: 1000px;
}
ul.metager-dropdown-menu {
position: inherit;
width: 100%;
border-radius: 0;
box-shadow: initial;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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