This commit is contained in:
cay 2026-04-09 13:50:22 +01:00
parent 2f15b0aec9
commit d90bb98c9c

View File

@ -348,7 +348,6 @@ async function showDeckSelector(onConfirm) {
"position:fixed","inset:0","z-index:99999",
"background:rgba(0,0,0,0.75)","display:flex",
"align-items:center","justify-content:center"
"pointer-events:all",
].join(";");
if (decks.length === 0) {