瀏覽代碼

Preview non caricata qunado è a schermo intero

Sviluppo_Carrello_Immagini
Lorenzo Pollutri 4 天之前
父節點
當前提交
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)}


Loading…
取消
儲存