If you want it to be scrollable AND fixed, you will need to set a max-height. Otherwise it will simply overflow the viewport, and it's not possible to scroll the viewport to scroll the list, because it's stuck to the viewport you're trying to scroll with it.