chore: do a feature check for scrollbar-gutter-stable

This commit is contained in:
Aarnav Tale 2024-05-04 15:04:40 -04:00
parent 5ff09e44d9
commit 2cc65e8783
No known key found for this signature in database

View File

@ -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
}
}