mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-05 22:38:48 +00:00
Set overflow to auto for .jet-data-table:hover (#1457)
This commit is contained in:
parent
3e3955844a
commit
c2ad1f029d
1 changed files with 2 additions and 2 deletions
|
|
@ -903,8 +903,8 @@ body {
|
|||
}
|
||||
|
||||
.jet-data-table:hover {
|
||||
overflow-x: scroll;
|
||||
overflow-y: scroll;
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.jet-data-table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue