Skip to content

Commit f7ba87f

Browse files
committed
style: 更新样式防止溢出
1 parent 2f518f9 commit f7ba87f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@
207207
background-color: var(--bs-body-bg);
208208
padding: var(--bb-tabs-body-padding);
209209
flex: 1;
210+
height: 1%;
211+
min-height: 0;
210212
}
211213

212214
.tabs .tabs-content {

0 commit comments

Comments
 (0)