From 4ed72b49b9ce3a109e2b1fc8bfea9d49b5ff37d8 Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Mon, 29 Mar 2021 11:06:38 +0300 Subject: [PATCH] =?UTF-8?q?:bug:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=20=D0=B1=D0=B0=D0=B3=20=D1=81=20=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=BC=D0=B0=D1=86=D0=B8=D0=B5=D0=B9=20=D0=BE=D1=82=D0=B2=D0=B5?= =?UTF-8?q?=D1=82=D0=B0=20=D0=B2=20Safari?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Game.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/Game.vue b/frontend/src/components/Game.vue index 6281536..ef270b5 100644 --- a/frontend/src/components/Game.vue +++ b/frontend/src/components/Game.vue @@ -102,6 +102,8 @@ export default { .interactive { position: relative; + -webkit-perspective: 900000px; + perspective: 900000px; } .fade-answers-leave-active {