/ Published in: CSS
This hack forces Firefox to always show the vertical scrollbar, regardless of whether there is content to scroll. Just like Internet Explorer does.
Expand |
Embed | Plain Text
html {overflow-y:scroll;}
You need to login to post a comment.
