From a31dfcf23ff8d2025f671cca74be6b6a296d1ab8 Mon Sep 17 00:00:00 2001 From: lzzfnc Date: Tue, 7 Dec 2021 21:30:00 +0100 Subject: [PATCH] cursor pointer on the sticker-container to trick safari mobile --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index c010767..4e5b02c 100644 --- a/style.css +++ b/style.css @@ -42,6 +42,8 @@ body { bottom: 0; right: 0; + cursor: pointer; + z-index: 100; }