nuxt-ui-pro / dashboard

A dashboard template made with Vue and Nuxt UI Pro.
https://dashboard-template.nuxt.dev
414 stars 93 forks source link

Can't scroll on iOS after opening NavBar #13

Open birdlavv opened 7 months ago

birdlavv commented 7 months ago

How to reproduce: (This issue needs to be reproduced on physical iOS device. Simulators do not recreate the issue.)

  1. Open Safari on iOS device and go to the template demo: https://dashboard-template.nuxt.dev/
  2. Click the navbar 3 bar icon (this will open up the navigation)
  3. Click again to close

You will now not be able to scroll the page unless you (refocus by clicking?) on the content.

Perhaps this is an issue with focusing within the UDashboardNavbar component? Perhaps it is receiving the scroll events meant for the content?