From e6c26210a0ad5c3369f1199e91cf1436f3c5c24b Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Mon, 27 Apr 2020 15:31:32 -0400 Subject: [PATCH] z-order tweak to Blazor theme --- Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css index 2b863ed1..114c2584 100644 --- a/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css +++ b/Oqtane.Server/wwwroot/Themes/Oqtane.Themes.BlazorTheme/Theme.css @@ -16,6 +16,7 @@ .main .top-row { background-color: #e6e6e6; border-bottom: 1px solid #d6d5d5; + z-index: 9999; } .sidebar {