I am making a custom component with a repeating panel and a couple of buttons below to be shown in an alert as an item selector popup. When the list gets so long that the bottom of the alert popup goes below the bottom of the browser window, a scroll bar appears on the side of the browser window which allows me to scroll up and down the alert window.
I feel it would look much better, though, if the alert window was a set height and the scroll bar only applied to the repeating panel, thus allowing me to scroll up and down the long list of items while the buttons below are always visible in the browser window. Any thoughts on how I might achieve this?