Fixed bugs

This commit is contained in:
Henrik Larsson
2023-08-11 16:04:47 +02:00
parent 88f3bd6531
commit 6a5aa06841
9 changed files with 23 additions and 35 deletions

View File

@@ -55,6 +55,7 @@ export default function SearchModal() {
<Hits
hitComponent={Hit}
classNames={{
root: 'flex flex-col flex-1 h-full overflow-auto pb-6',
list: 'mt-4 grid w-full grid-cols-1 overflow-auto gap-6'
}}
/>