summaryrefslogtreecommitdiff
path: root/play.js
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-12-02 13:49:27 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-12-02 13:50:31 +0100
commit8d76a27aea0f467dd64cff83bd6bc44d374390a8 (patch)
tree23c6119e105315d1cd985d23910d7c4cf19834d2 /play.js
parent95ce682e6bd458386ce1c615a7f1fe065d3da050 (diff)
downloadvotes-for-women-8d76a27aea0f467dd64cff83bd6bc44d374390a8.tar.gz
fix z-index for shift tooltip on persistent cards
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)
}
}