diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html
index 162d00db1..51f4d9f1c 100644
--- a/cookbook/templates/base.html
+++ b/cookbook/templates/base.html
@@ -481,6 +481,14 @@
overflow-x: hidden;
}
}
+
+ #id_base_container {
+ padding-bottom: env(safe-area-inset-bottom);
+ }
+
+ .fixed-bottom {
+ padding-bottom: max(0.5rem, calc(env(safe-area-inset-bottom) - 0.5rem)) !important;
+ }