fix:: resizer not visible in preview mode (#4427)

This commit is contained in:
Kiran Ashok 2022-10-14 13:10:07 +05:30 committed by GitHub
parent dab5f9d97d
commit 4b0d6532bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}