2024-03-25 17:50:58 -04:00
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|
2024-05-04 15:04:40 -04:00
|
|
|
|
|
|
|
|
@supports (scrollbar-gutter: stable) {
|
|
|
|
|
html {
|
|
|
|
|
scrollbar-gutter: stable
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html body {
|
|
|
|
|
margin-right: 0!important;
|
|
|
|
|
--removed-body-scroll-bar-size: 0 !important
|
|
|
|
|
}
|
|
|
|
|
}
|