From a7ca80e932b1b12578965d9de782ad03fd706ddb Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Thu, 17 Nov 2022 18:03:53 +0530 Subject: [PATCH] [ Hotfix ] :: Hard to resize table columns (#4438) * fix :: hard to resize , scrollbar should not be visible * fix :: resizer not working in pewview --- frontend/src/_styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index fc8e93d24b..d0df5afbc8 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -2124,9 +2124,9 @@ tr:focus { z-index: 1; touch-action: none; width: 2px; - &.isResizing { background: rgb(179, 173, 173); + width: 5px; } } }