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 4ae39f9

Browse filesBrowse files
claudiorodriguezFishrock123
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 e6c8da4 commit 4ae39f9
Copy full SHA for 4ae39f9

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
@@ -55,35 +55,6 @@ em code {
5555
font-style: normal;
5656
}
5757

58-
::-webkit-scrollbar {
59-
-webkit-appearance: none;
60-
}
61-
62-
::-webkit-scrollbar-button {
63-
display: none;
64-
}
65-
66-
::-webkit-scrollbar-track {
67-
background: #fff;
68-
}
69-
70-
::-webkit-scrollbar-thumb {
71-
min-height: 48px;
72-
background: #d2d2d2;
73-
background-clip: padding-box;
74-
border: 3px solid #fff;
75-
border-radius: 5px;
76-
}
77-
78-
::-webkit-scrollbar-thumb:active {
79-
background: #888;
80-
border-width: 2px;
81-
}
82-
83-
::-webkit-scrollbar {
84-
width: 10px;
85-
}
86-
8758
#changelog #gtoc {
8859
display: none;
8960
}

0 commit comments

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