From 0a2dfc00a672ec4f43e84b2b17babe589147e2bb Mon Sep 17 00:00:00 2001 From: Fluidbyte Date: Mon, 8 Oct 2012 13:15:26 -0700 Subject: [PATCH] Fixed overflow scroll --- components/user/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/user/screen.css b/components/user/screen.css index c9fb498..1c91ae1 100755 --- a/components/user/screen.css +++ b/components/user/screen.css @@ -2,7 +2,7 @@ margin: 10px 0 5px 0; border-radius: 5px; box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5); - overflow: auto; + overflow: scroll; } #project_selector table td { border: none; border-bottom: 1px solid #666; }