|
|
|
@@ -407,7 +407,7 @@ export default function PublicGrid({ cards, maxCols = 5 }: { cards: Card[], maxC |
|
|
|
})} |
|
|
|
</div> |
|
|
|
|
|
|
|
{activeCard && ( |
|
|
|
{activeCard && fullscreenIndex === null && ( |
|
|
|
<div |
|
|
|
className="fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-md p-4" |
|
|
|
onClick={() => setActiveCard(null)} |
|
|
|
|