Skip to content

Commit 767f320

Browse files
authored
Merge branch 'main' into refactor-title
2 parents e73e3e8 + b21d36f commit 767f320

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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);

src/BootstrapBlazor/wwwroot/scss/theme/bootstrapblazor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ $bb-rate-transition: .3s;
442442
// Ribbon Tab
443443
$bb-ribbon-menu-height: 30px;
444444
$bb-ribbon-menu-margin-top: 5px;
445-
$bb-ribbon-menu-body-height: 82.5px;
445+
$bb-ribbon-menu-body-height: 84.5px;
446446
$bb-ribbon-menu-body-padding: .5rem;
447447
$bb-ribbon-menu-radius: var(--bs-border-radius);
448448
$bb-ribbon-menu-padding: .5rem;

0 commit comments

Comments
 (0)