SyntaxFix
Write A Post
Hire A Developer
Questions
Actually this is better way to do that. If height: 100% is used, the content goes off the border, but when it is 95% everything is in order:
height: 100%
95%
div#scrollable { overflow-y: scroll; height: 95%; }