diff --git a/SeeSharp.Blazor/Components/HtmlProgressBar.razor b/SeeSharp.Blazor/Components/HtmlProgressBar.razor index abb939d..ce865fa 100644 --- a/SeeSharp.Blazor/Components/HtmlProgressBar.razor +++ b/SeeSharp.Blazor/Components/HtmlProgressBar.razor @@ -10,7 +10,8 @@ border-style: solid; border-radius: 4px; display: flex; - align-items: center;"> + align-items: center; + z-index: 2000;"> @if(progressBar != null && progressBar.NumWorkDone < progressBar.TotalWork && FunStuff != null) {