Skip to content

Commit

Permalink
Chore: Safari fullscreen (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan authored Feb 15, 2019
1 parent 38ded9b commit 794df00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,13 @@ $header-height: 48px;
align-items: center;
display: flex;
flex: 1 1 auto;
min-width: 100%;
position: relative;
}

.bp-content.bp-is-fullscreen {
background-color: inherit; // Safari needs some reminder of what to do for flex items in a flex container when in fullscreen
width: 100%;
}
}

.accessibility-hidden {
Expand Down

0 comments on commit 794df00

Please sign in to comment.