Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de20235

Browse filesBrowse files
claudiorodriguezMyles Borins
authored andcommitted
doc: remove all scrollbar styling
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>
1 parent a6f45b4 commit de20235
Copy full SHA for de20235

File tree

Expand file treeCollapse file tree

1 file changed

+0
-29
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-29
lines changed
Open diff view settings
Collapse file

‎doc/api_assets/style.css‎

Copy file name to clipboardExpand all lines: doc/api_assets/style.css
-29Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,6 @@ em code {
5050
font-style: normal;
5151
}
5252

53-
::-webkit-scrollbar {
54-
-webkit-appearance: none;
55-
}
56-
57-
::-webkit-scrollbar-button {
58-
display: none;
59-
}
60-
61-
::-webkit-scrollbar-track {
62-
background: #fff;
63-
}
64-
65-
::-webkit-scrollbar-thumb {
66-
min-height: 48px;
67-
background: #d2d2d2;
68-
background-clip: padding-box;
69-
border: 3px solid #fff;
70-
border-radius: 5px;
71-
}
72-
73-
::-webkit-scrollbar-thumb:active {
74-
background: #888;
75-
border-width: 2px;
76-
}
77-
78-
::-webkit-scrollbar {
79-
width: 10px;
80-
}
81-
8253
#changelog #gtoc {
8354
display: none;
8455
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.