Skip to content

Commit 1be99a4

Browse files
committed
doc: 更新样式
1 parent 11dafbd commit 1be99a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
}
234234

235235
&.is-fixed-tab {
236+
.layout-menu,
236237
.tabs {
237238
height: calc(var(--bb-layout-height) - var(--bb-layout-header-height) - var(--bb-layout-footer-height));
238239

@@ -241,10 +242,6 @@
241242
overflow: auto;
242243
}
243244
}
244-
245-
.layout-menu {
246-
height: calc(var(--bb-layout-height) - var(--bb-layout-header-height) - var(--bb-layout-footer-height));
247-
}
248245
}
249246
}
250247

0 commit comments

Comments
 (0)