From ce5d01037a3858ba9d255fb2c3205de27bdce6e3 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 28 Mar 2024 12:57:27 -0500 Subject: [PATCH] use safe-area-inset-bottom for bottom nav padding --- components/nav/mobile/footer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {