From 45b38b44c1ed2108422a25770c6cc77d0f0c39d5 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Mon, 20 Nov 2023 07:52:27 +0200 Subject: [PATCH] Fixed: Interactive search modal on mobile --- frontend/src/Components/Modal/Modal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/Components/Modal/Modal.css b/frontend/src/Components/Modal/Modal.css index 2f35ef0fd8..8a8cfa2cfa 100644 --- a/frontend/src/Components/Modal/Modal.css +++ b/frontend/src/Components/Modal/Modal.css @@ -96,7 +96,8 @@ .modal.small, .modal.medium, .modal.large, - .modal.extraLarge { + .modal.extraLarge, + .modal.extraExtraLarge { max-height: 100%; width: 100%; height: 100% !important;