Skip to content

Commit

Permalink
fix(content): overflow-behavior: contain
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Aug 12, 2018
1 parent 03da98e commit 6173479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/src/components/content/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
.scroll-x {
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
overscroll-behavior: contain;
}

.scroll-y {
Expand Down
2 changes: 1 addition & 1 deletion core/src/css/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {

word-wrap: break-word;

overscroll-behavior-y: contain;
overscroll-behavior-y: none;

text-size-adjust: none;
}
Expand Down

0 comments on commit 6173479

Please sign in to comment.