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
62e31d3c
Commit
62e31d3c
authored
Oct 24, 2017
by
Aria Givi
Browse files
Verrutschen der Sidebar auf der Ergebnisseite gefixt
parent
8fc392cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/sidebar.less
View file @
62e31d3c
...
@@ -23,9 +23,11 @@
...
@@ -23,9 +23,11 @@
.sideBar {
.sideBar {
position: fixed;
position: fixed;
display: block;
display: block;
top: 0px;
right: -260px;
right: -260px;
width: 260px;
width: 260px;
height: 100%;
height: 100%;
padding-top: 70px;
overflow: hidden;
overflow: hidden;
overflow-y: auto;
overflow-y: auto;
transition: 0.5s;
transition: 0.5s;
...
...
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