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 ?
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
fromhtml
andbody
while also removingmin-height: 4000px;
frombody
should fix this.I am curious.
Why is
min-height: 4000px;
set on thebody
and why did you opt to remove vertical scrollbars from the example page ?Reproduction
Open https://www.vaul-svelte.com/examples in any browser and minimize the viewport height under ~ 780px.
Logs
System Info
Severity
annoyance