From 874d95a0aa17e28a87dbc7b31a88fc292f1ef678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Buscht=C3=B6ns?= Date: Wed, 17 May 2017 15:20:03 +0200 Subject: [PATCH] remove all ::scrollbar pseude selectors Fixes #76 --- addon/styles/addon.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/addon/styles/addon.css b/addon/styles/addon.css index 51bd06c4..e8e012e6 100644 --- a/addon/styles/addon.css +++ b/addon/styles/addon.css @@ -8,15 +8,10 @@ overflow: hidden; height: 100%; width: 100%; - /* No longer using ::scrollbar too, since it breaks Chrome 25 */ } .tse-scrollable .tse-scroll-content { position: absolute; } -.tse-scrollable .tse-scroll-content::-webkit-scrollbar { - width: 0; - height: 0; -} .tse-scrollbar { position: absolute; @@ -73,11 +68,6 @@ overflow-x: scroll; overflow-y: hidden; } -.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar, -.tse-scrollable.horizontal .tse-scroll-content::scrollbar { - width: auto; - height: 0; -} .tse-scrollable.horizontal .tse-scrollbar.horizontal { /* make the scrollbar span full length w/o setting the width */ left: 0; @@ -96,13 +86,6 @@ min-height: 0; } -/* Used when testing the scrollbar width */ -/* No longer using ::scrollbar too, since it breaks Chrome 25 */ -.scrollbar-width-tester::-webkit-scrollbar { - width: 0; - height: 0; -} - .tse-scrollable.horizontal .tse-scroll-content { overflow-x: scroll; overflow-y: hidden;