From 20c72591745eb8d30cf67df4cf3ad0224121bc1f Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Sun, 30 Jan 2022 23:52:14 -0800 Subject: [PATCH] Bump z-index on header (#3393) close #3377 --- BTCPayServer/wwwroot/main/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/wwwroot/main/layout.css b/BTCPayServer/wwwroot/main/layout.css index b0e46fe9e..ec7777df0 100644 --- a/BTCPayServer/wwwroot/main/layout.css +++ b/BTCPayServer/wwwroot/main/layout.css @@ -19,7 +19,7 @@ --icon-size: 1.5rem; height: var(--header-height); - z-index: 1; + z-index: 9999999; } #mainMenuHead {