Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ComboBoxItem scrollbar style

    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)

    Click image for larger version

Name:	cbiScroolbar.PNG
Views:	77
Size:	7.9 KB
ID:	256756

    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);
    }
    Best regards
    Pavo

    #2
    I solved the problem. The width of my scrollbar was not big enough!

    Comment

    Working...
    X