Fixed responsiveness issues
This commit is contained in:
parent
e10c10d2d2
commit
414814cff0
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default function RootLayout({
|
|||
return (
|
||||
<ClerkProvider>
|
||||
<html lang="en" className="h-[100%] w-[100%] fixed overflow-y-auto">
|
||||
<body className="block h-[100%]">
|
||||
<body className="h-[100%] w-[100%] fixed overflow-y-auto">
|
||||
<Header title="Sprint Padawan" />
|
||||
<div className="flex flex-row items-center justify-center min-h-[calc(100%-114px)]">
|
||||
<Provider>{children}</Provider>
|
||||
|
|
Loading…
Add table
Reference in a new issue