cleaning up some of the rooms with a scroll

This commit is contained in:
Arjun Patel
2022-01-16 14:59:21 -08:00
parent 03ed5bd3d4
commit a22e2954ba
3 changed files with 8 additions and 29 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export default function BackgroundLayout({ children }) {
return (
<div id="bg" className="text-white min-w-full min-w-screen">
<div id="bg" className="text-white min-w-full min-h-screen">
{children}
</div>
);