From 89e8f44c8f4b9b2ac9b713b7a185be723d194ec9 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 14 Sep 2020 18:54:08 +0800 Subject: [PATCH] css fix for iphone modal --- resources/assets/sass/modules/_modals.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/sass/modules/_modals.scss b/resources/assets/sass/modules/_modals.scss index 3ef4169b..a528caf3 100644 --- a/resources/assets/sass/modules/_modals.scss +++ b/resources/assets/sass/modules/_modals.scss @@ -217,6 +217,14 @@ } } +body.modal-open { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; +} + /* Responsive Handlers: Modals ------------------------------------ */