From 3766d14c57d2aed27823dfda0c9ca0c61afb0f50 Mon Sep 17 00:00:00 2001
From: Sudarshan Sreeram <sudarshan.sreeram19@imperial.ac.uk>
Date: Mon, 10 Aug 2020 22:34:37 +0530
Subject: [PATCH] Fix bottom bar on iPhone

---
 frontend/src/components/organisms/BottomBar/style.module.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/src/components/organisms/BottomBar/style.module.scss b/frontend/src/components/organisms/BottomBar/style.module.scss
index 49f36e391..f1b23c986 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);
   }
 }
 
-- 
GitLab