summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
Diffstat (limited to 'play.js')
-rw-r--r--play.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/play.js b/play.js
index e685fbd..bc1e22b 100644
--- a/play.js
+++ b/play.js
@@ -690,7 +690,6 @@ function on_update() { // eslint-disable-line no-unused-vars
const c = stack[i]
const elt = ui.cards[c]
elt.style.top = -85 * i + "px"
- elt.style.zIndex = i + 10
container.appendChild(elt)
}
}