|
|
|
|
@ -75,7 +75,7 @@ export default function SecondaryPageLayout({
@@ -75,7 +75,7 @@ export default function SecondaryPageLayout({
|
|
|
|
|
scrollBarClassName="sm:z-50" |
|
|
|
|
ref={scrollAreaRef} |
|
|
|
|
style={{ |
|
|
|
|
paddingBottom: 'calc(env(safe-area-inset-bottom) + 3rem)' |
|
|
|
|
paddingBottom: isSmallScreen ? 'env(safe-area-inset-bottom) + 3rem)' : '' |
|
|
|
|
}} |
|
|
|
|
> |
|
|
|
|
<SecondaryPageTitlebar |
|
|
|
|
|