From 99cb7fca78cafd96ed4c14995c7a994c34d293d8 Mon Sep 17 00:00:00 2001 From: Mohammad Farhan <67395591+ThisIsFaar@users.noreply.github.com> Date: Wed, 13 Oct 2021 22:31:54 +0530 Subject: [PATCH] missing table horizontal scroll fixed (#1017) --- frontend/src/_styles/theme.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 0e3bc252a6..ec7c571f63 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -893,7 +893,6 @@ body { .jet-data-table::-webkit-scrollbar { background: transparent; - height: 0; } .jet-data-table:hover {