mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
fix(content): overflow-behavior: contain
https://developers.google.com/web/updates/2017/11/overscroll-behavior
This commit is contained in:
@ -45,7 +45,7 @@ body {
|
||||
|
||||
word-wrap: break-word;
|
||||
|
||||
overscroll-behavior-y: contain;
|
||||
overscroll-behavior-y: none;
|
||||
|
||||
text-size-adjust: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user