From d466eeed7880f4d911e28c6f1bf9c05a52bcdf77 Mon Sep 17 00:00:00 2001 From: Jared Jacobs Date: Fri, 21 Jun 2013 13:05:36 -0700 Subject: [PATCH] removing comment that mistakes standards compliance for a bug --- antiscroll.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/antiscroll.css b/antiscroll.css index 2962629..0a46fdf 100644 --- a/antiscroll.css +++ b/antiscroll.css @@ -44,14 +44,6 @@ overflow: scroll; } -/** A bug in Chrome 25 on Lion requires each selector to have their own - blocks. E.g. the following: - - .antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {...} - - causes the width and height rules to be ignored by the browser resulting - in both native and antiscroll scrollbars appearing at the same time. - */ .antiscroll-inner::-webkit-scrollbar { width: 0; height: 0;