Told html to show the scroll bar always

This commit is contained in:
Deepak Prasanna 2011-09-16 15:27:21 +05:30
parent a40018d433
commit 36e3007f0e

View file

@ -38,6 +38,12 @@ a:hover {
margin: 0 auto;
width: 960px;
}
html {
height: 100%;
margin-bottom: 1px;
overflow-y: scroll;
}
#options {
list-style: none;
padding-left: 0px;