I'm using UI Accordion with autoheight = true. IE and FF both display the accordion sections without scroll bars, but Chrome is putting a scroll bar on the longest selection. I looked in Chrome's "inspect element" and saw that there is an added style and I can't figure out where it's coming from or how to disable it. This is what's appearing in the Styles panel under the Elements view.
I can add a height to my CSS file for the div holding the menu of the accordion
section, to get rid of the scroll, but then I'd have to change it every time
something was added to that menu of the accordion.
I must be missing something. Can someone explain this and what to do?
Thanks for any help.