From 05df951770f85b063836107a2011a65fc5c76735 Mon Sep 17 00:00:00 2001 From: dwelle Date: Sun, 1 Jan 2023 17:35:35 +0100 Subject: [PATCH] fix Modal z-index --- src/components/Modal.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Modal.scss b/src/components/Modal.scss index 71a1a4c0f..9ae979812 100644 --- a/src/components/Modal.scss +++ b/src/components/Modal.scss @@ -3,7 +3,7 @@ .excalidraw { &.excalidraw-modal-container { position: absolute; - z-index: 10; + z-index: 9999; } .Modal {