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

18 lines
174 B
CSS

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