This commit is contained in:
Manav Rathi
2025-01-09 13:47:38 +05:30
parent e4990d1fd5
commit 6123d00361

View File

@@ -1,11 +1,3 @@
body {
height: 100vh;
width: 100%;
margin: 0;
background-color: black;
color: white;
}
#__next {
height: 100%;
height: 100vh; /* Make the Next.js root div fill the viewport height */
}