From b4a841e8fdc289ae6e38e6b4f3ecc72c4cd7b6c3 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 18 Jun 2023 00:01:23 -0700 Subject: [PATCH] Update dialog and overlay z-index --- components/common/DialogContent/index.scss | 2 +- components/common/Overlay/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/common/DialogContent/index.scss b/components/common/DialogContent/index.scss index 5abab695..7d1a311c 100644 --- a/components/common/DialogContent/index.scss +++ b/components/common/DialogContent/index.scss @@ -11,7 +11,7 @@ min-width: 100vw; overflow-y: auto; color: inherit; - z-index: 40; + z-index: 10; .DialogContent { $multiplier: 4; diff --git a/components/common/Overlay/index.scss b/components/common/Overlay/index.scss index 34d953a6..850f5d8f 100644 --- a/components/common/Overlay/index.scss +++ b/components/common/Overlay/index.scss @@ -1,7 +1,7 @@ .Overlay { isolation: isolate; position: fixed; - z-index: 30; + z-index: 9; top: 0; right: 0; bottom: 0;