Skip to content

Commit 8eea4ac

Browse files
committed
Update NavigationStack.razor
1 parent 30594fa commit 8eea4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blazor.NavigationStack/NavigationStack.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
Overlay = OverlayFragment,
9292
})
9393
}
94-
@if (Layout != null && OverlayFragment != null) {
94+
@if (Layout == null && OverlayFragment != null) {
9595
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); display: flex;">
9696
<div style="margin: auto;">
9797
@OverlayFragment

0 commit comments

Comments
 (0)