[ Hotfix ] :: Hard to resize table columns (#4438)

* fix :: hard to resize , scrollbar should not be visible

* fix :: resizer not working in pewview
This commit is contained in:
Kiran Ashok 2022-11-17 18:03:53 +05:30 committed by GitHub
parent 99842877b4
commit a7ca80e932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2124,9 +2124,9 @@ tr:focus {
z-index: 1;
touch-action: none;
width: 2px;
&.isResizing {
background: rgb(179, 173, 173);
width: 5px;
}
}
}