mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-29 23:55:02 +00:00
* fix(dropdown-menu): make dropdown content scrollable if height is limited Dropdown menu content now becomes scrollable when the browser window height is too small to display the full menu. This improves usability on smaller screens. Radix also supports the same behavior with other components. I will also submit a PR for the other components separately. * chore: build registry --------- Co-authored-by: shadcn <m@shadcn.com>