fix: some 🐛
This commit is contained in:
parent
3429c83085
commit
14fbf7a7be
4 changed files with 4 additions and 4 deletions
|
|
@ -89,7 +89,7 @@ const PrimaryPageLayout = forwardRef(
|
|||
scrollBarClassName="sm:z-50"
|
||||
ref={scrollAreaRef}
|
||||
style={{
|
||||
paddingBottom: 'env(safe-area-inset-bottom)'
|
||||
paddingBottom: 'calc(env(safe-area-inset-bottom) + 3rem)'
|
||||
}}
|
||||
>
|
||||
{titlebar && (
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export default function SecondaryPageLayout({
|
|||
scrollBarClassName="sm:z-50"
|
||||
ref={scrollAreaRef}
|
||||
style={{
|
||||
paddingBottom: 'env(safe-area-inset-bottom)'
|
||||
paddingBottom: 'calc(env(safe-area-inset-bottom) + 3rem)'
|
||||
}}
|
||||
>
|
||||
<SecondaryPageTitlebar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue