We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c8da4 commit 4ae39f9Copy full SHA for 4ae39f9
doc/api_assets/style.css
@@ -55,35 +55,6 @@ em code {
55
font-style: normal;
56
}
57
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
84
- width: 10px;
85
86
87
#changelog #gtoc {
88
display: none;
89
0 commit comments