Skip to content

Commit c6dc2f3

Browse files
committed
revert: 撤销 z-index 值防止 Modal 被遮挡问题
1 parent f5ce1d0 commit c6dc2f3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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)