fix: avoid unnecessary scrolls on datatable

pull/5326/head
Arman Ozak 5 years ago
parent 01e612ee10
commit 01cd1d5692

@ -32,6 +32,11 @@ export default `
min-width: 215px;
}
.datatable-scroll {
margin-bottom: 5px !important;
width: unset !important;
}
.ui-table-scrollable-body::-webkit-scrollbar {
height: 5px !important;
width: 5px !important;

Loading…
Cancel
Save