Hide Scrollbar Example

This 'div' is 400 pixels high and 400 pixels high. Try resizing your browser so that it is less than 400 pixels. You will notice that no scrollbars appear. This is because we've applied overflow:hidden to the body tag.

If we were to remove overflow:hidden, scrollbars would automatically appear once the content became too large.

Remove Scrollbar Code