From 2df43efbc88072fce1d9003bb5a8d661cbf00bd2 Mon Sep 17 00:00:00 2001 From: Guangcong Luo Date: Sat, 13 Apr 2013 14:21:25 -0700 Subject: [PATCH] Don't display scrollbar by default in overlays --- style/sim.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/sim.css b/style/sim.css index 7f311ca2b..fc81b71ce 100644 --- a/style/sim.css +++ b/style/sim.css @@ -1781,7 +1781,7 @@ background-image: -ms-linear-gradient(top, rgb(218,229,240) 10%, rgb(203,214,225 border-radius: 6px; box-shadow: inset 1px 1px 0 #ffffff, inset -1px -1px 0 #DDDDDD, 2px 2px 3px rgba(0,0,0,.2); - overflow-y: scroll; + overflow-y: auto; } /** Various kinds of messages injected into the chat by commands **/