diff --git a/src/styles/styles.scss b/src/styles/styles.scss index a4e8de66..37d1916a 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -3,8 +3,12 @@ @tailwind components; @tailwind utilities; + html.v-overlay-scroll-blocked { position: fixed; +} + +html.v-overlay-scroll-blocked body { --v-body-scroll-y: 0px !important; }