Files
headlessui/packages
Robin Malfait 799e98a56e improve iOS scroll locking
The scroll locking on iOS was flickering in some scenario's due to the
`window.scrollTo(0, 0)` related code. Instead of that, we now cancel
touch moves instead but still allow it in scrollable containers inside
the Dialog itself.

This was already applied in the React version, but this adds the same
improvement to the Vue version as well.
2024-01-06 01:58:22 +01:00
..