pollo/src/styles/globals.css
Atridad Lahiji 79b189bdc9
1.2.4
2023-07-11 17:35:15 -06:00

12 lines
No EOL
163 B
CSS

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