mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fix:: resizer not visible in preview mode (#4427)
This commit is contained in:
parent
dab5f9d97d
commit
4b0d6532bf
1 changed files with 2 additions and 0 deletions
|
|
@ -2112,6 +2112,7 @@ tr:focus {
|
|||
transform: translateX(50%);
|
||||
z-index: 1;
|
||||
touch-action: none;
|
||||
width: 2px;
|
||||
|
||||
&.isResizing {
|
||||
background: rgb(179, 173, 173);
|
||||
|
|
@ -4028,6 +4029,7 @@ input[type="text"] {
|
|||
|
||||
.resize-handle {
|
||||
cursor: move;
|
||||
width: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue