Browser compatibility

If you mean the element where you have added a div with a class of scroll then you just need to add a fixed height in px (not percent) to .scroll. You already have overflow:scroll in place so just add the height.

1 Like