This commit is contained in:
2024-02-19 02:02:08 -07:00
parent 084afe9af5
commit 4175c4e31e
9 changed files with 14 additions and 10 deletions

16
stylegen/base.css vendored
View File

@ -3,12 +3,12 @@
@tailwind utilities;
@layer base {
html,
container,
body {
height: 100%;
width: 100%;
overflow-y: auto;
position: fixed;
}
html,
container,
body {
height: 100%;
width: 100%;
overflow-y: auto;
position: fixed;
}
}