Skip to content

Commit

Permalink
doc: remove all scrollbar styling
Browse files Browse the repository at this point in the history
Returns the doc custom scrollbar to native style.

Fixes: #6443
PR-URL: #6479
Reviewed-By: Robert Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
  • Loading branch information
claudiorodriguez authored and Fishrock123 committed May 4, 2016
1 parent e6c8da4 commit 4ae39f9
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,35 +55,6 @@ em code {
font-style: normal;
}

::-webkit-scrollbar {
-webkit-appearance: none;
}

::-webkit-scrollbar-button {
display: none;
}

::-webkit-scrollbar-track {
background: #fff;
}

::-webkit-scrollbar-thumb {
min-height: 48px;
background: #d2d2d2;
background-clip: padding-box;
border: 3px solid #fff;
border-radius: 5px;
}

::-webkit-scrollbar-thumb:active {
background: #888;
border-width: 2px;
}

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

#changelog #gtoc {
display: none;
}
Expand Down

0 comments on commit 4ae39f9

Please sign in to comment.