overflow x/y nonsense

This commit is contained in:
Sanj 2012-02-20 23:15:26 +05:30
parent f512c5c163
commit 49ddea41be

View File

@ -9,7 +9,8 @@ html, body {
#listCol { #listCol {
height: 100%; height: 100%;
overflow-x: scroll; overflow-y: scroll;
overflow-x: hidden;
width: 24%; width: 24%;
float: left; float: left;
} }
@ -49,7 +50,7 @@ html, body {
} }
.selectedStop { .selectedStop {
color: blue; color: blue !important;
} }
.clear { .clear {