diff --git a/src/components/ScrollToTopButton/index.tsx b/src/components/ScrollToTopButton/index.tsx index 5522091..83cb5a3 100644 --- a/src/components/ScrollToTopButton/index.tsx +++ b/src/components/ScrollToTopButton/index.tsx @@ -25,7 +25,7 @@ export default function ScrollToTopButton({ return (
{titlebar && ( diff --git a/src/layouts/SecondaryPageLayout/index.tsx b/src/layouts/SecondaryPageLayout/index.tsx index 14cc31e..2df181f 100644 --- a/src/layouts/SecondaryPageLayout/index.tsx +++ b/src/layouts/SecondaryPageLayout/index.tsx @@ -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)' }} >