We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7e5d9 commit 6c161d1Copy full SHA for 6c161d1
1 file changed
src/app/components/Search/index.tsx
@@ -71,7 +71,7 @@ export const Search: FC<SearchProps> = ({
71
<form
72
className={cn(
73
'flex-1 flex gap-2 items-center',
74
- expandable && 'absolute h-10 group-hover:inset-0 group-focus-within:inset-0',
+ expandable && 'absolute h-10 group-hover:inset-x-0 group-focus-within:inset-x-0',
75
)}
76
onSubmit={onFormSubmit}
77
role="search"
0 commit comments