diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index e1730163e4..b6f944fb8c 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -903,8 +903,8 @@ body { } .jet-data-table:hover { - overflow-x: scroll; - overflow-y: scroll; + overflow-x: auto; + overflow-y: auto; } .jet-data-table {