mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2025-12-20 10:26:41 +08:00
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:
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>9.2.7</Version>
|
||||
<Version>9.2.8-beta01</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user