Skip to content

Commit 096dc3f

Browse files
authored
doc(Layout): remove man z-index attribute (#5540)
1 parent f5ce1d0 commit 096dc3f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

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

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

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

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

119
.sidebar-title {

0 commit comments

Comments
 (0)