Skip to content

Commit b0197b1

Browse files
PatrickGOcean-OS
andauthored
fix: scrollbar background on search results (#1519)
Co-authored-by: ComputerGuy <[email protected]>
1 parent da936f8 commit b0197b1

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)