minor fix
This commit is contained in:
parent
c00c2dcd60
commit
fa71d9ba86
|
@ -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>
|
||||||
|
|
Ŝarĝante…
Reference in New Issue