mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
[ 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:
parent
99842877b4
commit
a7ca80e932
1 changed files with 1 additions and 1 deletions
|
|
@ -2124,9 +2124,9 @@ tr:focus {
|
|||
z-index: 1;
|
||||
touch-action: none;
|
||||
width: 2px;
|
||||
|
||||
&.isResizing {
|
||||
background: rgb(179, 173, 173);
|
||||
width: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue