summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html2
-rw-r--r--ui.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index 81db5f9..0038f64 100644
--- a/play.html
+++ b/play.html
@@ -79,7 +79,7 @@
#tooltip.card {
position: fixed;
- z-index: 100;
+ z-index: 200;
right: 270px;
top: 60px;
width: 375px;
diff --git a/ui.js b/ui.js
index 12c2eb7..4806eb5 100644
--- a/ui.js
+++ b/ui.js
@@ -69,7 +69,7 @@ function on_focus_discard(evt) {
if (game.discard)
document.getElementById("tooltip").className = "card show card_" + game.discard;
else
- document.getElementById("tooltip").className = "card show card_back";
+ document.getElementById("tooltip").className = "card";
}
function on_blur_discard(evt) {