diff --git a/src/pages/layout.css b/src/pages/layout.css index 2bf8847..5d9c12c 100644 --- a/src/pages/layout.css +++ b/src/pages/layout.css @@ -161,9 +161,11 @@ button span.hide-on-mobile { background-color: rgba(0, 0, 0, 0.8); position: fixed; inset: 0; + z-index: 1; } .dialog-content { + z-index: 2; background-color: #171717; border-radius: 6px; position: fixed;