Scrollbars are showing when map is in accordionPane for Chrome, Opera, and Safari, but not for Firefox or IE. How do I get rid of scrollbars so they don't show in Chrome?
Scrollbars are showing when map is in accordionPane for Chrome, Opera, and Safari, but not for Firefox or IE. How do I get rid of scrollbars so they don't show in Chrome?
have you tried to set up accrodiionPan style like this? style="overflow:hidden;"
Yes - I put overflow:hidden; pretty much everywhere in every conceivable configuration. The results were always the same: scrollbars in Chrome, Opera, and Safari. No scrollbars in Firefox and IE.