Skip to content

Commit

Permalink
revert(content): block scrolling in ion-content
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 25, 2018
1 parent d0867b5 commit 9badb08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/src/css/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ body.backdrop-no-scroll {
overflow: hidden;
}

body.backdrop-no-scroll .ion-page > ion-content {
--overflow: hidden;
}
// TODO: Block scrolling in ion-content, breaks inside ion-modal
// body.backdrop-no-scroll .ion-page > ion-content {
// --overflow: hidden;
// }


// Ionic Colors
Expand Down

0 comments on commit 9badb08

Please sign in to comment.