View Single Post
  #5 (permalink)  
Old Jul 3rd, 2007, 22:08
Ronnybob Ronnybob is offline
New Member
Join Date: Jul 2007
Location: Kent, UK
Age: 24
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Forcing a vertical scrollbar

A simple bit of CSS will force a scrollbar:

HTML: Select all
html {
    height: 100%;
    margin-bottom: 0.1px;
}
Reply With Quote