Skip to content

Commit def16c1

Browse files
authored
fix(Layout): layout main overflow when set IsFullSide to false (#4866)
* style: 更新 layout-main 宽度样式 * chore: bump version 9.1.5
1 parent d86c077 commit def16c1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
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.1.5-beta01</Version>
4+
<Version>9.1.5</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Layout/Layout.razor.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@
9595
.layout-menu {
9696
height: 100%;
9797
}
98+
99+
.layout-main {
100+
width: 1%;
101+
min-width: 0;
102+
}
98103
}
99104

100105
.layout-menu {
@@ -125,8 +130,6 @@
125130
padding: 1rem;
126131
position: relative;
127132
flex: 1;
128-
width: 1%;
129-
min-width: 0;
130133

131134
.tabs.tabs-border-card {
132135
box-shadow: none;

0 commit comments

Comments
 (0)