diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-02 13:49:27 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-02 13:50:31 +0100 |
commit | 8d76a27aea0f467dd64cff83bd6bc44d374390a8 (patch) | |
tree | 23c6119e105315d1cd985d23910d7c4cf19834d2 | |
parent | 95ce682e6bd458386ce1c615a7f1fe065d3da050 (diff) | |
download | votes-for-women-8d76a27aea0f467dd64cff83bd6bc44d374390a8.tar.gz |
fix z-index for shift tooltip on persistent cards
-rw-r--r-- | play.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) } } |