Commit 4801b7b 1 parent f0302ee commit 4801b7b Copy full SHA for 4801b7b
File tree 3 files changed +9
-7
lines changed
src/BootstrapBlazor/Components
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 233
233
}
234
234
235
235
& .is-fixed-tab {
236
- .tabs-header {
237
- position : sticky ;
238
- top : var (--bb-layout-header-height );
239
- z-index : 5 ;
236
+ .tabs {
237
+ height : calc (var (--bb-layout-height ) - var (--bb-layout-header-height ) - var (--bb-layout-footer-height ));
238
+
239
+ .tabs-body {
240
+ height : calc (100% - var (--bb-tabs-item-height ));
241
+ overflow : auto ;
242
+ }
240
243
}
241
244
}
242
245
}
Original file line number Diff line number Diff line change 6
6
<CascadingValue Value =" this" IsFixed =" true" >
7
7
@if (IsVertical )
8
8
{
9
- <SideMenu Items =" @Items" Id =" @SideMenuId" class =" @SideMenuClassString" OnClick =" @OnClickMenu" IsScrollToView = " @IsScrollIntoView " / >
9
+ <SideMenu Items =" @Items" Id =" @SideMenuId" class =" @SideMenuClassString" OnClick =" @OnClickMenu" ></ SideMenu >
10
10
}
11
11
else
12
12
{
13
- <TopMenu Items =" @Items" OnClick =" @OnClickMenu" / >
13
+ <TopMenu Items =" @Items" OnClick =" @OnClickMenu" ></ TopMenu >
14
14
}
15
15
</CascadingValue >
16
16
</nav >
Original file line number Diff line number Diff line change 15
15
16
16
.tabs-body-content {
17
17
background-color : var (--bs-body-bg );
18
- height : 100% ;
19
18
20
19
& .bb-fs-open {
21
20
padding : var (--bb-tabs-body-padding );
You can’t perform that action at this time.
0 commit comments