mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 13:05:00 -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) => ({
|
||||
paddingTop: `${2 * size}rem`,
|
||||
})}
|
||||
className="min-h-screen"
|
||||
>
|
||||
<NextTopLoader />
|
||||
<ClientFadeIn>{children}</ClientFadeIn>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user