diff --git a/app/tailwind.css b/app/tailwind.css index b5c61c9..ba2eca1 100644 --- a/app/tailwind.css +++ b/app/tailwind.css @@ -1,3 +1,14 @@ @tailwind base; @tailwind components; @tailwind utilities; + +@supports (scrollbar-gutter: stable) { + html { + scrollbar-gutter: stable + } + + html body { + margin-right: 0!important; + --removed-body-scroll-bar-size: 0 !important + } +}