From e306c74520532759434e7ac25261bfc038f2eaf9 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 17 Apr 2022 12:47:07 -0700 Subject: [PATCH] Increase z-index --- webroot/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index 9197bf573..d32d5918e 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -572,7 +572,7 @@ header { #notify-button-container #notify-button-popup { position: absolute; background-color: var(--owncast-purple); - z-index: 1; + z-index: 50; right: 0px; min-width: 14rem; bottom: calc(100% + .5rem);