This was annoying - fix scrollbar display on webkit
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Mar 2009 06:30:17 +0000 (23:30 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 6 Mar 2009 07:51:39 +0000 (00:51 -0700)
imp/themes/screen-dimp.css

index 015530f..c1f6b2d 100644 (file)
@@ -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;
 }