Skip to content

Commit 7631834

Browse files
committed
🐛 Search now works on mobile for IOS-devices, resolves #3693
1 parent 6c58063 commit 7631834

File tree

1 file changed

+1
-1
lines changed
  • aksel.nav.no/website/components/website-modules/search/parts

1 file changed

+1
-1
lines changed

Diff for: aksel.nav.no/website/components/website-modules/search/parts/Results.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Results = () => {
1313
}
1414

1515
return (
16-
<div className="flex h-full flex-col overflow-y-auto">
16+
<div className="flex flex-col overflow-y-auto">
1717
{!results && mostResent && (
1818
<section aria-label="Nyeste artikler">
1919
<Collection

0 commit comments

Comments
 (0)