From 9564668cd724dfa98c1246cdffa97eb287cff964 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 20 May 2021 11:59:51 +0100 Subject: [PATCH] Fixe mofal footer --- src/global.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/global.scss b/src/global.scss index 2c8b83938..471f40e3a 100644 --- a/src/global.scss +++ b/src/global.scss @@ -386,10 +386,10 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- } .modal-width-100-width-background, .modal-desktop { + padding-top: 76px; .modal-wrapper{ width: 100% !important; height: 99% !important; - top: 2%; position: relative; } } @@ -406,7 +406,6 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent- .modal-wrapper{ width: 100%; height: 99%; - top: 2%; position: relative; } }