chore: do a feature check for scrollbar-gutter-stable
This commit is contained in:
parent
5ff09e44d9
commit
2cc65e8783
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user