diff --git a/src/components/ScrollToTopButton/index.tsx b/src/components/ScrollToTopButton/index.tsx
index 55220916..83cb5a33 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 14cc31e0..2df181f0 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)'
}}
>