Fix CSS issues on safari

This commit is contained in:
Piotr Sarnacki 2015-01-08 11:20:14 +01:00
parent 8abbdb931a
commit b5a41b5271

View File

@ -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