i have a css stylesheet applied to my component like this:

#mySitesList #scroller #verticalScrollBar {
        skinClass: 
ClassReference("com.safepage.view.mysitespanel.scrollbar.VScrollBarSkin");
}

in my component i have a list whose id is "mySitesList".

the item renderers used in "mySitesList" list also contain List components. The 
secondary lists are being affected by the style above by having their 
scrollbars changed. Is that expected? 

Reply via email to