Skip to content

Commit daaef56

Browse files
PatrickGOcean-OS
authored andcommitted
fix: scrollbar background on search results (sveltejs#1519)
Co-authored-by: ComputerGuy <[email protected]>
1 parent 77798ba commit daaef56

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)