Skip to content

Commit 1ac25d9

Browse files
authored
revert(ListView): remove scroll class (#5573)
* revert: 撤销 scroll 样式 * chore: bump version 9.4.8
1 parent fd9920e commit 1ac25d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.4.7</Version>
4+
<Version>9.4.8</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/ListView/ListView.razor

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{
3636
<div @key="@key.GroupName" class="accordion-item">
3737
<div class="accordion-header">@key.GroupName</div>
38-
<div class="accordion-body scroll">
38+
<div class="accordion-body">
3939
@foreach (var item in key.Items)
4040
{
4141
@RenderItem(item)

0 commit comments

Comments
 (0)