minor fix
This commit is contained in:
@@ -141,7 +141,7 @@ export default function CollectionCard({ collection, className }: Props) {
|
|||||||
if (target.id !== "expand-dropdown" + collection.id)
|
if (target.id !== "expand-dropdown" + collection.id)
|
||||||
setExpandDropdown(false);
|
setExpandDropdown(false);
|
||||||
}}
|
}}
|
||||||
className="absolute top-[3.2rem] right-5 z-10 w-36"
|
className="absolute top-[3.2rem] right-5 z-10"
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user