Fix CSS issues on safari
This commit is contained in:
parent
8abbdb931a
commit
b5a41b5271
|
@ -15,12 +15,15 @@ $left-width: 250px
|
|||
flex: $grow $shrink $size
|
||||
|
||||
html, body
|
||||
height: 100%
|
||||
min-height: 100vh
|
||||
|
||||
body > div
|
||||
min-height: 100vh
|
||||
|
||||
.application
|
||||
position: relative
|
||||
width: 100%
|
||||
min-height: 100%
|
||||
min-height: 100vh
|
||||
margin-top: 40px
|
||||
@include display-flex
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user