diff --git a/src/features/styles/theme/alert.scss b/src/features/styles/theme/alert.scss index 595cc20027b..bb5b5a795bd 100644 --- a/src/features/styles/theme/alert.scss +++ b/src/features/styles/theme/alert.scss @@ -27,11 +27,11 @@ background-color: rgba(0, 0, 0, 0.126); position: fixed; inset: 0; - z-index: 10; + z-index: 99; animation: overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1); } &-content { - z-index: 11; + z-index: 99; background-color: white; border-radius: 6px; box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px,