Skip to content

Commit 2e8a2a8

Browse files
committed
doc: 微调功能按钮 z-index 值
1 parent 665020c commit 2e8a2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
box-shadow: var(--bb-layout-button-shadow);
44
transition: opacity .3s linear;
55
position: fixed;
6-
z-index: 45;
6+
z-index: 1001;
77
}
88

99
::deep .btn-fade:hover {

0 commit comments

Comments
 (0)