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;