Set overflow to auto for .jet-data-table:hover (#1457)

This commit is contained in:
Sherfin Shamsudeen 2021-11-25 13:28:10 +05:30 committed by GitHub
parent 3e3955844a
commit c2ad1f029d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -903,8 +903,8 @@ body {
}
.jet-data-table:hover {
overflow-x: scroll;
overflow-y: scroll;
overflow-x: auto;
overflow-y: auto;
}
.jet-data-table {