Skip to content

Commit c7af124

Browse files
committed
style: 移除不使用的样式
1 parent 44b95df commit c7af124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,7 @@
275275
.layout-main > .tabs {
276276
height: calc(var(--bb-layout-height) - var(--bb-layout-header-height) - var(--bb-layout-footer-height));
277277

278-
.tabs-body {
279-
height: calc(100% - var(--bb-tabs-item-height));
278+
> .tabs-body {
280279
overflow: auto;
281280
}
282281
}

0 commit comments

Comments
 (0)