diff --git a/app/components/elements/Dialog.module.css b/app/components/elements/Dialog.module.css index 8ef30d526..1f22900ec 100644 --- a/app/components/elements/Dialog.module.css +++ b/app/components/elements/Dialog.module.css @@ -1,7 +1,7 @@ .overlay { position: fixed; inset: 0; - z-index: 10; + z-index: 20; overflow: hidden; background-color: rgba(0, 0, 0, 0.25); display: flex;