From 8d76a27aea0f467dd64cff83bd6bc44d374390a8 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:49:27 +0100 Subject: fix z-index for shift tooltip on persistent cards --- play.js | 1 - 1 file changed, 1 deletion(-) (limited to 'play.js') 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) } } -- cgit v1.2.3