Skip to content

Commit 897ced3

Browse files
authored
feat(Tab): add height 100% style (#4533)
1 parent 229fedd commit 897ced3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
.tabs-body-content {
1717
background-color: var(--bs-body-bg);
18+
height: 100%;
1819

1920
&.bb-fs-open {
2021
padding: var(--bb-tabs-body-padding);

0 commit comments

Comments
 (0)