We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6504b2 commit d6f8b71Copy full SHA for d6f8b71
1 file changed
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
@@ -179,19 +179,6 @@ html, body {
179
position: relative;
180
}
181
182
-.sidebar::-webkit-scrollbar {
183
- height: 6px;
184
-}
185
-
186
-.sidebar::-webkit-scrollbar-thumb {
187
- background: var(--border);
188
- border-radius: 3px;
189
190
191
-.sidebar::-webkit-scrollbar-thumb:hover {
192
- background: var(--text-muted);
193
194
195
.sidebar.collapsed {
196
width: var(--sidebar-collapsed) !important;
197
transition: width var(--transition-normal);
0 commit comments