Skip to content

Commit

Permalink
remove min 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim committed Nov 14, 2023
1 parent 03d8148 commit f31a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function MyApp({
return (
<ErrorBoundary>
<QueryClientProvider client={queryClient}>
<main tabIndex={-1} id="maincontent" className="min-h-screen">
<main tabIndex={-1} id="maincontent">
<HydrationBoundary state={pageProps.dehydratedState}>
<Component {...pageProps} />
</HydrationBoundary>
Expand Down

0 comments on commit f31a33e

Please sign in to comment.