소스 검색

Preview non caricata qunado è a schermo intero

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 13 시간 전
부모
커밋
40e1202f00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      components/PublicGrid.tsx

+ 1
- 1
components/PublicGrid.tsx 파일 보기

@@ -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)}


불러오는 중...
취소
저장