Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/generators/web/ui/components/SearchBox/index.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.searchResultsContainer {
display: flex;
flex-grow: 1;
min-height: 0;
flex-direction: column;
overflow-y: auto;
}
Expand All @@ -9,6 +9,7 @@
display: flex;
justify-content: center;
align-items: baseline;
margin-top: auto;
padding: 1rem;
border-top: 1px solid var(--color-neutral-200);
background-color: var(--color-neutral-100);
Expand Down
Loading