skogsaas / homey.dashboards

https://homeyboard.vercel.app
6 stars 0 forks source link

Impossible to scroll on touch devices when touching widgets #8

Closed skogsaas closed 1 year ago

skogsaas commented 1 year ago

Most likely an issue with the svelte-grid component

skogsaas commented 1 year ago

Fixed by forking svelte-grid and adding conditional css only when dragging touch-action: none;.