Fix Layout

This commit is contained in:
Thanakarn Klangkasame
2025-10-08 15:49:12 +07:00
parent 1df1338cb8
commit f8b661b466
2 changed files with 276 additions and 259 deletions

View File

@@ -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;