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 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