Skip to content

Commit 36c3015

Browse files
committed
Decreased the z-index value of the top bar of the main layout to allow for toast service notifications to go on top of the top bar.
1 parent 3853d68 commit 36c3015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MESS/MESS.Blazor/Components/Layout/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<!-- Fixed Top Bar with Left and Right Buttons -->
1919
<div class="position-fixed top-0 start-0 end-0 d-flex justify-content-between align-items-center px-3 custom-top-bar"
20-
style="z-index: 1050; height: 50px;">
20+
style="z-index: 500; height: 50px;">
2121

2222
<!-- Left-side button -->
2323
<div class="d-flex align-items-center">

0 commit comments

Comments
 (0)