Skip to content

Commit d9c2433

Browse files
committed
refactor: 调整工具按钮防止被遮挡
1 parent 0ebb61d commit d9c2433

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/BootstrapBlazor/Components/Tab/Tab.razor.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,10 @@
582582
.tabs-chrome > .tabs-header {
583583
padding: var(--bb-tabs-header-padding);
584584

585+
.nav-link-bar-button:hover {
586+
z-index: 2;
587+
}
588+
585589
.tabs-nav-scroll {
586590
margin-inline-start: -1rem;
587591
}

0 commit comments

Comments
 (0)