We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b0564 commit f0e57f4Copy full SHA for f0e57f4
src/BootstrapBlazor/Components/Layout/Layout.razor.scss
@@ -233,22 +233,10 @@
233
}
234
235
&.is-fixed-tab {
236
- .layout-main {
237
- height: calc(var(--bb-layout-height) - var(--bb-layout-header-height) - var(--bb-layout-footer-height));
238
- }
239
-
240
- .tabs-body {
241
- height: calc(100% - var(--bb-tabs-item-height));
242
- overflow: auto;
243
244
- .tabs-body-content {
245
- height: auto;
246
- min-height: 100%;
247
248
249
250
- &:not(.has-footer) {
251
- --bb-layout-footer-height: 0;
+ .tabs-header {
+ position: sticky;
+ top: var(--bb-layout-header-height);
+ z-index: 5;
252
253
254
0 commit comments