Skip to content

Commit

Permalink
fix(navbar): make ios content transparent. Fixes #8060
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Oct 13, 2016
1 parent 6987723 commit 5bf1736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/content/content.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ $content-ios-transition-background: #000 !default;

.content-ios {
color: $text-ios-color;
background-color: rgba(255,255,255,0);
}

.fixed-content {
background-color: $background-ios-color;
}

Expand Down

0 comments on commit 5bf1736

Please sign in to comment.