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 da936f8 commit b0197b1Copy full SHA for b0197b1
packages/site-kit/src/lib/search/SearchBox.svelte
@@ -408,6 +408,7 @@ It appears when the user clicks on the `Search` component or presses the corresp
408
.results {
409
overflow: auto;
410
overscroll-behavior-y: none;
411
+ scrollbar-color: var(--sk-scrollbar) var(--sk-bg-2);
412
}
413
414
.results-container {
0 commit comments