mirror of
https://github.com/tale/headplane.git
synced 2026-08-08 21:33:24 +00:00
chore: do a feature check for scrollbar-gutter-stable
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user