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; + } diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index 7fd5dbe7..74ff16a4 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -1321,3 +1321,9 @@ textarea:not(.form-control) { border: 0 !important; } + + diff --git a/vue/src/components/BottomNavigationBar.vue b/vue/src/components/BottomNavigationBar.vue index 3801d9bd..23b0a244 100644 --- a/vue/src/components/BottomNavigationBar.vue +++ b/vue/src/components/BottomNavigationBar.vue @@ -108,4 +108,4 @@ export default { -o-transform: translate(-50%, 0); transform: translate(-50%, 0); } - \ No newline at end of file +