diff --git a/frontend/src/components/organisms/BottomBar/style.module.scss b/frontend/src/components/organisms/BottomBar/style.module.scss
index 49f36e3913cc9ad2c7dacea4fbec2fb32e6ff1f7..f1b23c986935afc2d0dbe128b0bf51a687a8bd68 100644
--- a/frontend/src/components/organisms/BottomBar/style.module.scss
+++ b/frontend/src/components/organisms/BottomBar/style.module.scss
@@ -14,6 +14,7 @@
   .bottomBarButtons{
     height: 100%;
     width: 100%;
+    margin-bottom: env(safe-area-inset-bottom);
   }
 }