rough-stuff / wired-elements

Collection of custom elements that appear hand drawn. Great for wireframes or a fun look.
https://wiredjs.com
MIT License
10.5k stars 329 forks source link

[wired-combo] Handle large wired-item lists. #194

Closed rogerta closed 1 year ago

rogerta commented 1 year ago

If the list of <wired-item>s is very large, the <wired-card> element used to display then is tall causing the items at the bottom to be below the window and unselectable. This change limits the maximum size of the card to 40% of window height and makes the card scollable in order to reach the lower items.

rogerta commented 1 year ago

Retracting pull request.