Skip to content

Commit

Permalink
Merge pull request #64 from mpopv/fix/osx-scrollbar-button
Browse files Browse the repository at this point in the history
bugfix: show relevant scrollbar buttons on osx
  • Loading branch information
jdan authored Apr 26, 2020
2 parents b4f59ec + 1c113f7 commit a230ec6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,13 @@ summary:focus {
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

::-webkit-scrollbar-button:horizontal:start:decrement,
::-webkit-scrollbar-button:horizontal:end:increment,
::-webkit-scrollbar-button:vertical:start:decrement,
::-webkit-scrollbar-button:vertical:end:increment {
display: block;
}

::-webkit-scrollbar-button:vertical:start {
height: 17px;
background-image: svg-load("./icon/button-up.svg");
Expand Down

0 comments on commit a230ec6

Please sign in to comment.