diff --git a/core/src/components/content/content.scss b/core/src/components/content/content.scss index 118a36d778..f734c1c48a 100644 --- a/core/src/components/content/content.scss +++ b/core/src/components/content/content.scss @@ -84,17 +84,18 @@ .scroll-x { -webkit-overflow-scrolling: touch; will-change: scroll-position; - overscroll-behavior: contain; } .scroll-y { touch-action: pan-y; overflow-y: var(--overflow); + overscroll-behavior-y: contain; } .scroll-x { touch-action: pan-x; overflow-x: var(--overflow); + overscroll-behavior-x: contain; } .scroll-x.scroll-y {