diff --git a/src/styles/common.scss b/src/styles/common.scss index fbf902f3..9014a907 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -4,6 +4,16 @@ @tailwind utilities; +@supports (-webkit-touch-callout: none) { + html.v-overlay-scroll-blocked { + position: inherit; + } +} + +body { + overscroll-behavior: none; +} + @mixin hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none;