File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <Version >9.0.2-beta01 </Version >
4+ <Version >9.0.2-beta02 </Version >
55 </PropertyGroup >
66
77 <ItemGroup >
Original file line number Diff line number Diff line change 132132
133133 .tabs.tabs-border-card {
134134 box-shadow : none ;
135- margin : -1rem ;
136- border : none ;
137- border-radius : unset ;
138- min-height : calc (100% + 2rem );
139135 }
140136 }
141137
237233 }
238234
239235 & .is-fixed-tab {
240- .layout-main {
241- height : calc (var (--bb-layout-height ) - var (--bb-layout-header-height ) - var (--bb-layout-footer-height ));
242- }
243-
244- .tabs-body {
245- height : calc (100% - var (--bb-tabs-item-height ));
246- overflow : auto ;
247-
248- .tabs-body-content {
249- height : auto ;
250- min-height : 100% ;
251- }
252- }
253-
254- & :not (.has-footer ) {
255- --bb-layout-footer-height : 0 ;
236+ .tabs-header {
237+ position : sticky ;
238+ top : var (--bb-layout-header-height );
239+ z-index : 5 ;
256240 }
257241 }
258242}
You can’t perform that action at this time.
0 commit comments