fix: interact.js touch-action warning

This commit is contained in:
Konstantinos Kaloutas
2023-05-30 13:57:27 +03:00
committed by Gabriel Horner
parent 7b70937397
commit a114f0547f

View File

@@ -536,6 +536,7 @@ html[data-theme='dark'] {
.resizer {
@apply absolute top-0 bottom-0;
touch-action: none;
left: 0;
width: 4px;
user-select: none;