nodejs.org
nodejs.org copied to clipboard
Strange behavior of drop-down menu on download page
URL:
https://nodejs.org/en/download
Browser Name:
Chrome
Browser Version:
123.0.6312.40
Operating System:
Android 14
How to reproduce the issue:
- Go to downloads page
- Click categories drop-down
- See the visual bug
Hi If you mean the popover behavior, then I think this behavior is implemented in radix select component.
The code source responsible for this behavior is here
<SelectPrimitive.Content
position={inline ? 'popper' : 'item-aligned'}
className={classNames(styles.dropdown, { [styles.inline]: inline })}
>
They can force item-aligned to mimic the normal HTML select behavior.
This issue got fixed, closing!