From 49ddea41be42649b3876b6b349f692c1c8933ed5 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 20 Feb 2012 23:15:26 +0530 Subject: [PATCH] overflow x/y nonsense --- chaloBEST/static/css/editstops.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chaloBEST/static/css/editstops.css b/chaloBEST/static/css/editstops.css index 31ec303..61835cb 100644 --- a/chaloBEST/static/css/editstops.css +++ b/chaloBEST/static/css/editstops.css @@ -9,7 +9,8 @@ html, body { #listCol { height: 100%; - overflow-x: scroll; + overflow-y: scroll; + overflow-x: hidden; width: 24%; float: left; } @@ -49,7 +50,7 @@ html, body { } .selectedStop { - color: blue; + color: blue !important; } .clear {