Merge pull request #10502 from scmmishra/scroll-fix

fix (UX): set scrollbar to thin
This commit is contained in:
mergify[bot] 2020-05-27 06:58:05 +00:00 committed by GitHub
commit fd8f781a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@
.dt-scrollable {
max-height: calc(100vh - 250px);
min-height: 100px;
scrollbar-width: thin;
}
table td.dt-cell {