chore: do a feature check for scrollbar-gutter-stable
This commit is contained in:
parent
5ff09e44d9
commit
2cc65e8783
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
||||||
@tailwind base;
|
@tailwind base;
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
@supports (scrollbar-gutter: stable) {
|
||||||
|
html {
|
||||||
|
scrollbar-gutter: stable
|
||||||
|
}
|
||||||
|
|
||||||
|
html body {
|
||||||
|
margin-right: 0!important;
|
||||||
|
--removed-body-scroll-bar-size: 0 !important
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue