Skip to content

Commit e43f515

Browse files
authored
fix: scrollbar background on search results
1 parent b85787c commit e43f515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site-kit/src/lib/search/SearchBox.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ It appears when the user clicks on the `Search` component or presses the corresp
408408
.results {
409409
overflow: auto;
410410
overscroll-behavior-y: none;
411+
scrollbar-color: var(--sk-scrollbar) var(--sk-bg-2);
411412
}
412413
413414
.results-container {

0 commit comments

Comments
 (0)