From 5061a8a43b30fe3ae8ff29a49a097ef84cbbbccf Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 Feb 2023 12:30:13 +0100 Subject: Make sure expanded service marker stack is above cylinders on calendar. --- play.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'play.js') diff --git a/play.js b/play.js index 5095690..2be7276 100644 --- a/play.js +++ b/play.js @@ -981,8 +981,10 @@ function layout_calendar() { let e = list[i] let x = cx, y = cy, z = 60 - i let d = 46 - 24 - if (loc === expand_calendar) + if (loc === expand_calendar) { d = 46 + z += 100 + } if (loc === 0) { x += -6 + 46 * i z = 1 -- cgit v1.2.3