gwGW
This commit is contained in:
parent
a4df7b4605
commit
2f15b0aec9
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user