mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 13:54:59 -05:00
fix(www): don't show the banner too close to the top of the screen
This commit is contained in:
parent
c093c283a7
commit
c1a8dfbd81
@ -107,6 +107,7 @@ export default function LayoutPart({
|
|||||||
style={(size: number) => ({
|
style={(size: number) => ({
|
||||||
paddingTop: `${2 * size}rem`,
|
paddingTop: `${2 * size}rem`,
|
||||||
})}
|
})}
|
||||||
|
className="min-h-screen"
|
||||||
>
|
>
|
||||||
<NextTopLoader />
|
<NextTopLoader />
|
||||||
<ClientFadeIn>{children}</ClientFadeIn>
|
<ClientFadeIn>{children}</ClientFadeIn>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user