I am working with JSF 1.2 and Richfaces and I need to use a modal panel with scrollbars on it. The behaviour is like this: - if I scroll the popup using the mouse wheel, then the whole page (from behind) gets scrolled when the popup scrollbars reach the top or the end. - if I scroll the popup by selecting the scrollbar, then the page is not scrolled, only the popup.
The bahaviour I want is that the page never gets scrolled when using the mouse wheel. Any idea how can I achieve this?