Skip to content

Commit 4ae39f9

Browse 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 <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]>
1 parent e6c8da4 commit 4ae39f9

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