diff --git a/cookbook/templates/base.html b/cookbook/templates/base.html
index d84ccbd4..51f4d9f1 100644
--- a/cookbook/templates/base.html
+++ b/cookbook/templates/base.html
@@ -10,7 +10,7 @@
{% block title %}
{% endblock %}
-
+
@@ -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;
+ }