Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: remove all scrollbar styling
Returns the scrollbar to native style.

Fixes: #6443
  • Loading branch information
claudiorodriguez committed Apr 29, 2016
commit 45f421b376a214cc646739db64fec3ed95dbe195
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