I am using <rich:popupPanel>
tag,rich:popup panel provides default scroll bar when the data is huge,I am using my custom scroll bar instead of this.
is there a way to hide the default scroll bar which is provided by <rich:popupPanel>
tag.
<rich:popupPanel id="termEditPanel"
followByScroll="true"
autosized="true"
modal="true"
resizeable="false"
moveable="false"
styleClass="popup term-editor-panel"
rendered="#{agreements.agreement.editable}"
zindex="1000">