Files
tech-fest/src/styles/globals.css
T

11 lines
98 B
CSS

@import "tailwindcss";
:root {
height: 100%;
overflow-x: hidden;
}
body {
height: 100%;
}