From 5a846d05910a074d2ee371a0c6c8a07ef7048142 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 5 Mar 2009 23:30:17 -0700 Subject: [PATCH] This was annoying - fix scrollbar display on webkit --- imp/themes/screen-dimp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 015530feb..c1f6b2de4 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -269,7 +269,7 @@ div.msgSize { position: relative; right: 0; width: 14px; - overflow: auto; + overflow: hidden; background-image: url("graphics/scroller_back.png"); background-repeat: repeat-y; } -- 2.11.0