Skip to content

Commit 7fa09ba

Browse files
committed
Revert "doc(Layout): remove man z-index attribute (#5540)"
This reverts commit 096dc3f.
1 parent fd9920e commit 7fa09ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/BootstrapBlazor.Server/Components/Layout/BaseLayout.razor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66

77
main {
88
min-height: calc(100vh - var(--bs-header-height));
9+
position: relative;
10+
z-index: 10;
911
}

src/BootstrapBlazor.Server/Components/Layout/MainLayout.razor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
.main {
66
padding: var(--bb-main-pading);
7+
position: relative;
8+
z-index: 5;
79
}
810

911
.sidebar-title {

0 commit comments

Comments
 (0)