unfoldedcircle / feature-and-bug-tracker

Feature and bug tracker repository for Unfolded Circle products
22 stars 0 forks source link

[bug] Scrollbars displayed on custom icons page #336

Closed albaintor closed 3 months ago

albaintor commented 3 months ago

Since a few firmware updates (or maybe this is due to my growing collection of icons), the icons grid is shown with multiple vertical scrollbars for each icon. Here is a screenshot of my icons page :

image

While debugging CSS through my (Chrome) browser, I found that disabling "overflow-x : hidden" on .ressources--list--item resolves the problem as shown below :

image

Description

Go in the icon page to customize an icon for a button, then in the custom icon page : the icons are all shown with an individual vertical scrollbar

Expected behavior

No vertical scrollbar as the icons should fit in the grid

Screenshots

See ^^

Your Environment

Last version of the firmware : 1.7.4 (issue since at least 2 firmware releases) Chrome browser

RC-Thoughts commented 3 months ago

Seems to be related to length of icon-name, icons with short name are shown normally:

image

zehnm commented 3 months ago

We'll fix this, it's in the web-configurator backlog.

zehnm commented 3 months ago

Fixed in next release

zehnm commented 3 months ago

Fixed in 1.7.7

albaintor commented 3 months ago

Great thank you