Template
1
0
Fork 0
goth.stack/lib/stylegen/base.css

15 lines
212 B
CSS
Raw Normal View History

2023-05-18 20:04:55 -06:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html,
container,
body {
height: 100%;
width: 100%;
overflow-y: auto;
position: fixed;
}
}