From 9c4eed9c3f8dfdd874561fddc2525f33564a3b9c Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Wed, 17 Nov 2021 09:52:10 +0100 Subject: [PATCH] Special fix for Safari to ensure that the content really spans the full availble height --- frontend/src/global_styles/layout/_base_mobile.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/global_styles/layout/_base_mobile.sass b/frontend/src/global_styles/layout/_base_mobile.sass index 943b20360b..6642eb8c38 100644 --- a/frontend/src/global_styles/layout/_base_mobile.sass +++ b/frontend/src/global_styles/layout/_base_mobile.sass @@ -54,7 +54,7 @@ margin-top: 0 #content-wrapper - height: initial + height: 100% // Take care that the wrapper has the available screen height at the least // Check for example notification center on mobile before changing that min-height: calc(100vh - var(--header-height))