Skip to content

Commit 07a33cd

Browse files
authored
fix search results scrollbar (#803)
1 parent 1695333 commit 07a33cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
#observablehq-search-results {
491491
--relevance-width: 32px;
492492
position: absolute;
493-
overflow-y: scroll;
493+
overflow-y: auto;
494494
top: 6.5rem;
495495
left: 0;
496496
right: 0.5rem;

0 commit comments

Comments
 (0)