pollo/src/styles/global.css
2023-04-20 04:20:00 -06:00

12 lines
156 B
CSS

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