Skip to content

Commit 762fd67

Browse files
committed
refactor: 增加全屏适配样式
1 parent f7ba87f commit 762fd67

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
display: flex;
1515
flex-flow: column;
1616

17+
&:fullscreen {
18+
> .tabs-body {
19+
overflow: auto;
20+
}
21+
}
22+
1723
.tabs-body-content {
1824
background-color: var(--bs-body-bg);
1925

0 commit comments

Comments
 (0)