Mobile: Fixes issue scrolling on mobile in chrome (#30746)

This commit is contained in:
Torkel Ödegaard 2021-01-29 17:55:11 +01:00 committed by GitHub
parent 7d4c51459f
commit 5e37361182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
}
.react-grid-item {
touch-action: initial !important;
&:hover {
.react-resizable-handle {
visibility: visible;