summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/play.js b/play.js
index 8f4837d..99030e8 100644
--- a/play.js
+++ b/play.js
@@ -954,8 +954,10 @@ function layout_locale_cylinders(loc) {
y -= 18
z = 2
}
- if (e === ui.legate)
+ if (e === ui.legate) {
y -= 16
+ z = 3
+ }
e.style.top = (y - 23) + "px"
e.style.left = (x - 23) + "px"
e.style.zIndex = z