Commit 195c0ab 1 parent 333dd4d commit 195c0ab Copy full SHA for 195c0ab
File tree 2 files changed +5
-21
lines changed
2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.Razor" >
2
2
3
3
<PropertyGroup >
4
- <Version >9.0.2-beta01 </Version >
4
+ <Version >9.0.2-beta02 </Version >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup >
Original file line number Diff line number Diff line change 132
132
133
133
.tabs.tabs-border-card {
134
134
box-shadow : none ;
135
- margin : -1rem ;
136
- border : none ;
137
- border-radius : unset ;
138
- min-height : calc (100% + 2rem );
139
135
}
140
136
}
141
137
237
233
}
238
234
239
235
& .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 ;
256
240
}
257
241
}
258
242
}
You can’t perform that action at this time.
0 commit comments