fix(Tabs): remove height 100% style (#5105)

* style: 移除 100% 样式

* chore: bump version 9.2.8-beta01

Co-Authored-By: Alex chow <zhouchuanglin@gmail.com>
This commit is contained in:
Argo Zhang
2025-01-13 19:56:42 +08:00
committed by GitHub
parent cd12a6011c
commit 6a855893c2
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>9.2.7</Version>
<Version>9.2.8-beta01</Version>
</PropertyGroup>
<ItemGroup>

View File

@@ -11,7 +11,6 @@
--bb-tabs-header-vertical-min-width: #{$bb-tabs-header-vertical-min-width};
display: flex;
flex-flow: column;
height: 100%;
.tabs-body-content {
background-color: var(--bs-body-bg);