Skip to content

Commit 42f9374

Browse files
committed
fix(css): remove overflow-x: auto on .packages
1 parent 6b6fcc8 commit 42f9374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/components/searchbar/searchbar.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ div.search-result-pannel .package+.package {
225225
#search-nav .packages {
226226
height: inherit;
227227
display: flex;
228-
overflow-x: auto;
229228
max-width: calc(100vw - 70px - 264px);
230229
background: var(--primary);
231230
}

0 commit comments

Comments
 (0)