Skip to content

Commit

Permalink
remove all ::scrollbar pseude selectors
Browse files Browse the repository at this point in the history
Fixes #76
  • Loading branch information
buschtoens committed May 17, 2017
1 parent 329c8e7 commit 874d95a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions addon/styles/addon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 874d95a

Please sign in to comment.