Hi Isomorphic,
I have a skin issue. I have a modified scrollbar.
For ListGrid, SelectItem looks great, but for ComboBoxItem it's not (the background is visible)

I think I can't use some style rule to fix this, because every style rule "override scrollbar". Using 12.0p.
	Best regards
Pavo
					I have a skin issue. I have a modified scrollbar.
For ListGrid, SelectItem looks great, but for ComboBoxItem it's not (the background is visible)
I think I can't use some style rule to fix this, because every style rule "override scrollbar". Using 12.0p.
Code:
	
	.vScrollThumb,
.vScrollThumbOver {
  background-image: url(./images/vScroolbar.svg);
}
Pavo
Comment