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
|
flex: $grow $shrink $size
|
||||||
|
|
||||||
html, body
|
html, body
|
||||||
height: 100%
|
min-height: 100vh
|
||||||
|
|
||||||
|
body > div
|
||||||
|
min-height: 100vh
|
||||||
|
|
||||||
.application
|
.application
|
||||||
position: relative
|
position: relative
|
||||||
width: 100%
|
width: 100%
|
||||||
min-height: 100%
|
min-height: 100vh
|
||||||
margin-top: 40px
|
margin-top: 40px
|
||||||
@include display-flex
|
@include display-flex
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user