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 e8be200 commit e0e99e4Copy full SHA for e0e99e4
1 file changed
src/BootstrapBlazor/Components/Table/Table.razor.scss
@@ -11,8 +11,8 @@
11
--bb-table-footer-font-weight: blod;
12
--bb-table-card-row-padding: .75rem .5rem;
13
--bb-table-columnlist-max-height: var(--bb-dropdown-max-height);
14
- --bs-table-striped-bg: rgba(0,0,0,.05);
15
- --bs-table-hover-bg: rgba(0,0,0,.075);
+ --bs-table-striped-bg: rgba(0, 0, 0, .05);
+ --bs-table-hover-bg: rgba(0, 0, 0, .075);
16
--bb-table-search-body-margin: 1rem;
17
--bb-table-copy-column-margin-right: .5rem;
18
--bb-table-column-fixed-border-color: rgba(var(--bs-body-color-rgb), .18);
@@ -309,6 +309,7 @@
309
310
.table-toolbar .dropdown-menu {
311
max-height: var(--bb-table-columnlist-max-height);
312
+ overflow: auto;
313
}
314
315
.table-toolbar .dropdown-menu .dropdown-item span {
0 commit comments