Hi , I have values in my combobox which could not be read because they appear cutted. If value of an item is greater than combobox width then it will be cut. I was trying to solve this issue by adding a horizontal scroll,by overriding rich-combobox-list-scroll style with this one: rich-combobox-list-scroll { overflow-x: scroll; } But nothing changed the behavior is ...