From e82cf8504f89a544bf95f19a27d8c46200315d28 Mon Sep 17 00:00:00 2001 From: hamed-musallam Date: Wed, 22 Mar 2023 19:10:51 +0100 Subject: [PATCH] fix: modal should not take space in the layout if no nodes inside it --- src/components/modal/Modal.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/modal/Modal.tsx b/src/components/modal/Modal.tsx index 75ef0c76..71feb8a1 100644 --- a/src/components/modal/Modal.tsx +++ b/src/components/modal/Modal.tsx @@ -17,7 +17,6 @@ export interface ModalProps { } const DialogRoot = styled.dialog` - display: flex; position: fixed; background-color: transparent;