Skip to content

Commit 10d3be8

Browse files
committed
Fix Safari issue with display: flex
1 parent 3957c7c commit 10d3be8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/styles/app.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,11 @@ body {
200200
margin: 0;
201201
margin-left: 0;
202202
z-index: -1;
203+
display: -webkit-flex;
203204
display: flex;
204205

205206
.col-md-4 {
207+
-webkit-flex-grow: 1;
206208
flex-grow: 1;
207209
padding: 0;
208210
height: 100%;

0 commit comments

Comments
 (0)