- Issue created by @pdureau
- Status changed to Fixed
over 1 year ago 7:05pm 8 June 2023 - Status changed to Fixed
over 1 year ago 12:21pm 9 June 2023
Icons list settings has 600 values. So, it is too long to scroll while browsing /patterns page.
Add a condition to limit the height:
<ul{% if "icon" in name and setting.type == "select"%} style="max-height: 300px; overflow: scroll"{% endif %}>
Fixed
1.0
Code