n-d-r-d-g / redesigned

A monorepo of redesigned websites.
MIT License
1 stars 0 forks source link

Dropdown doesn't open if the page is not scrolled to the top #9

Open n-d-r-d-g opened 2 months ago

n-d-r-d-g commented 2 months ago

Describe the bug I can't open either of the 2 dropdowns in the header if the page is scrolled even just a few pixels down. I need to be at the top of the page for either of them to open.

To Reproduce Steps to reproduce the behavior:

  1. Go to the homepage
  2. Scroll a little down
  3. Click on either the Change theme or Change language dropdowns
  4. The dropdown does not open

Expected behavior The dropdown should open if I scroll the page by any amount.

Additional context Try upgrading NextUI to check if the bug has been resolved. Otherwise, consider using Shadcn instead as it's more stable.

n-d-r-d-g commented 2 months ago

We're currently using NextUI v2.4.6. It is the latest version of the library at this time. Note: We've had similar issues with other components from NextUI. The stability of the library is questionable, atleast for now. I'd prefer to switch to Shadcn for a more stable experience.

There's an open issue for this bug.