From f8157a1ea006c77232baf99e1f0b1a57f56914cd Mon Sep 17 00:00:00 2001 From: Zutatensuppe Date: Thu, 13 May 2021 16:25:31 +0200 Subject: [PATCH] in replay, dont set cursor to none --- templates/replay.html.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/replay.html.twig b/templates/replay.html.twig index cc2fcc2..1b4751b 100644 --- a/templates/replay.html.twig +++ b/templates/replay.html.twig @@ -10,6 +10,9 @@ canvas { cursor: grab; } + canvas.loaded { + cursor: grab; + } 🧩 jigsaw.hyottoko.club