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;