Fix Layout
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
html { scrollbar-gutter: stable both-edges; }
|
||||
|
||||
@supports not (scrollbar-gutter: stable both-edges) {
|
||||
html { overflow-y: scroll; }
|
||||
}
|
||||
|
||||
:root {
|
||||
--background: #ffffff;
|
||||
--foreground: #171717;
|
||||
|
||||
Reference in New Issue
Block a user