This commit is contained in:
cay 2026-04-09 13:48:02 +01:00
parent a4df7b4605
commit 2f15b0aec9

View File

@ -345,9 +345,10 @@ async function showDeckSelector(onConfirm) {
const overlay = document.createElement("div");
overlay.id = "deck-select-overlay";
overlay.style.cssText = [
"position:fixed","inset:0","z-index:9997",
"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) {