Skip to content

Commit

Permalink
Add scrollbar in global search (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Apr 10, 2024
1 parent fec876e commit c040523
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@

.search-results {
position: relative;
width: 848px;
max-width: calc(100% + 48px);
margin: 0 -24px -24px -24px;
padding: 0;
display: contents;
max-height: auto;

.info {
> span:not(:last-of-type):after {
Expand All @@ -58,6 +58,11 @@
margin-bottom: 8px;
}

.search-results-category {
overflow: auto;
max-height: inherit;
}

.search-results-entry {
padding: 1em 24px;
> a {
Expand Down

0 comments on commit c040523

Please sign in to comment.