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
f5fdf4f7
Commit
f5fdf4f7
authored
Oct 10, 2019
by
Dominik Hebeler
Browse files
fixed horizontal scrolling on startpage
parent
820872ca
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/start-page.less
View file @
f5fdf4f7
...
...
@@ -52,9 +52,11 @@
margin-top: 60px;
width: 100%;
top: 100vh;
left: 0;
position: absolute;
@media(min-width: 520px){
top: inherit;
left: inherit;
bottom: 100px;
position: inherit;
}
...
...
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