tangled
alpha
login
or
join now
emarref.net
/
ticks
0
fork
atom
A daily game
0
fork
atom
overview
issues
pulls
pipelines
Avoid cutting off screen for large grids
Malcolm Fell
5 months ago
f9425164
91cce0ea
+1
-1
1 changed file
expand all
collapse all
unified
split
src
pages
_layout.tsx
+1
-1
src/pages/_layout.tsx
···
5
5
export default async function RootLayout({ children }: PropsWithChildren) {
6
6
return (
7
7
<StateProvider>
8
8
-
<div className="h-dvh w-dvw p-4 flex justify-center items-center">
8
8
+
<div className="min-h-dvh min-w-dvw p-4 flex justify-center items-center">
9
9
<main>{children}</main>
10
10
</div>
11
11
</StateProvider>