Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
osp
tools.ethertoff
Commits
a3f8f9d5
Commit
a3f8f9d5
authored
Nov 19, 2019
by
gijs
Browse files
Should fix scrolling in safari.
parent
ec2a06d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
generator/templates/static/styles.simple.css
View file @
a3f8f9d5
...
...
@@ -329,6 +329,7 @@ header {
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
max-height
:
100vh
;
}
header
nav
{
...
...
@@ -385,6 +386,7 @@ main {
grid-row
:
top
/
footer
;
grid-column
:
content-start
/
content-end
;
overflow-y
:
auto
;
max-height
:
100vh
;
}
...
...
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