huntabyte / vaul-svelte

An unstyled drawer component for Svelte.
https://vaul-svelte.com
MIT License
395 stars 16 forks source link

Cannot scroll to all examples on mobile devices #83

Open robots4life opened 1 month ago

robots4life commented 1 month ago

Describe the bug

On the examples page https://www.vaul-svelte.com/examples a device with a height smaller than ~ 780px cannot reach all the examples because the page cannot be scrolled.

Removing overflow: hidden from html and body while also removing min-height: 4000px; from body should fix this.

I am curious.

Why is min-height: 4000px; set on the body and why did you opt to remove vertical scrollbars from the example page ?

Reproduction

Screenshot_20240606_180752

Open https://www.vaul-svelte.com/examples in any browser and minimize the viewport height under ~ 780px.

Logs

no logs

System Info

no system info

Severity

annoyance