Skip to content

Commit 1103126

Browse files
authored
doc(Dock): adjust z-index prevent being blocked (dotnetcore#2877)
1 parent f01424f commit 1103126

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
@@ -5,7 +5,7 @@
55
box-shadow: 0 0 8px #211b50;
66
transition: opacity .3s linear;
77
position: fixed;
8-
z-index: 10;
8+
z-index: 45;
99
}
1010

1111
::deep .btn-fade:hover {

0 commit comments

Comments
 (0)