Skip to content

Commit de20235

Browse files
claudiorodriguezMyles Borins
authored and
Myles Borins
committed
doc: remove all scrollbar styling
Returns the doc custom scrollbar to native style. Fixes: #6443 PR-URL: #6479 Reviewed-By: Robert Lindstaedt <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent a6f45b4 commit de20235

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

doc/api_assets/style.css

-29
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)