pollo/stylegen/base.css
Atridad Lahiji 3d719132f1
Init
2024-02-15 09:07:09 -07:00

14 lines
212 B
CSS
Vendored

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