Skip to content

Commit

Permalink
fix(content): scroll content should inherit background (#11467)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed authored and brandyscarney committed Jun 2, 2017
1 parent a40b872 commit 6256b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/content/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ ion-content.js-scroll > .scroll-content {
touch-action: none;
}

ion-content.has-refresher > .scroll-content {
background-color: inherit;
}


// Fixed Content (ion-fixed and ion-fab)
// --------------------------------------------------
Expand Down

0 comments on commit 6256b0f

Please sign in to comment.