tailwindlabs / tailwindui-issues

A place to report bugs discovered in Tailwind UI.
234 stars 4 forks source link

https://tailwindui.com not scrollable #1519

Closed zeitvertrieb closed 10 months ago

zeitvertrieb commented 10 months ago

What component (if applicable)

Describe the bug your website has a h-full class on html / body. with this the whole page is not scrollable.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://tailwindui.com/
  2. Scroll down

Expected behavior scrolling

Screenshots If applicable, add screenshots to help explain your problem.

Browser/Device (if applicable)

adamwathan commented 10 months ago

I can't reproduce this, we set h-full on the html element but min-h-full on the body so the body is taller and scrolls as expected:

https://github.com/tailwindlabs/tailwindui-issues/assets/4323180/89d8b6d2-e931-4f07-a20c-da90f9911188

Can you provide more details about your setup? Does it happen with any installed extensions disabled?

adamwathan commented 10 months ago

Going to close this for now — if you are able to find a setup that consistently reproduces this though that you think will reproduce it for me as well please open another issue with all the necessary info and we will sort it out. Thanks!