Merge pull request #10502 from scmmishra/scroll-fix
fix (UX): set scrollbar to thin
This commit is contained in:
commit
fd8f781a54
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
.dt-scrollable {
|
||||
max-height: calc(100vh - 250px);
|
||||
min-height: 100px;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
table td.dt-cell {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue