fix(content): overflow-behavior: contain

https://developers.google.com/web/updates/2017/11/overscroll-behavior
This commit is contained in:
Manu Mtz.-Almeida
2018-08-13 00:40:42 +02:00
parent 03da98e233
commit 617347950d
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
.scroll-x {
-webkit-overflow-scrolling: touch;
will-change: scroll-position;
overscroll-behavior: contain;
}
.scroll-y {

View File

@ -45,7 +45,7 @@ body {
word-wrap: break-word;
overscroll-behavior-y: contain;
overscroll-behavior-y: none;
text-size-adjust: none;
}