Browse Source

Preview non caricata qunado è a schermo intero

Sviluppo_Carrello_Immagini
parent
commit
40e1202f00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      components/PublicGrid.tsx

+ 1
- 1
components/PublicGrid.tsx View File

@@ -407,7 +407,7 @@ export default function PublicGrid({ cards, maxCols = 5 }: { cards: Card[], maxC
})} })}
</div> </div>


{activeCard && (
{activeCard && fullscreenIndex === null && (
<div <div
className="fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-md p-4" className="fixed inset-0 z-50 flex items-center justify-center bg-black/70 backdrop-blur-md p-4"
onClick={() => setActiveCard(null)} onClick={() => setActiveCard(null)}


Loading…
Cancel
Save