NextJSNetflix/styles/globals.css

15 lines
172 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-zinc-900 h-full overflow-x-hidden;
}
#__next {
@apply h-full;
}
html {
@apply h-full;
}