Skip to content

Commit

Permalink
doc: increase webkit scrollbars size
Browse files Browse the repository at this point in the history
This increases webkit scrollbars width from 10px to 16px, but keeps the
visual width at 10px until the scrollbar is hovered.
  • Loading branch information
ChALkeR committed Apr 29, 2016
1 parent 7437133 commit bcc3842
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ em code {
background: #d2d2d2;
background-clip: padding-box;
border: 3px solid #fff;
border-radius: 5px;
border-left-width: 9px;
border-radius: 0px;
}

::-webkit-scrollbar-thumb:active {
Expand All @@ -81,7 +82,12 @@ em code {
}

::-webkit-scrollbar {
width: 10px;
width: 16px;
}

::-webkit-scrollbar-thumb:hover {
border-width: 3px;
border-radius: 5px;
}

#column2::-webkit-scrollbar-track {
Expand Down

0 comments on commit bcc3842

Please # to comment.