diff --git a/components/nav/mobile/footer.module.css b/components/nav/mobile/footer.module.css index bbf32e18..d35fbf62 100644 --- a/components/nav/mobile/footer.module.css +++ b/components/nav/mobile/footer.module.css @@ -6,7 +6,7 @@ background-color: var(--bs-body-bg); border-top: 1px solid var(--theme-toolbarActive); z-index: 1000; - padding-bottom: 1.5rem; + padding-bottom: env(safe-area-inset-bottom); } .footerNav {