From 5299995b4575bd93661a8e56a53210857863eb5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 20 Sep 2022 10:32:45 +0200 Subject: [PATCH] Fix Location flag on Safari --- src/style/molecules/_location.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/molecules/_location.scss b/src/style/molecules/_location.scss index 891314d..1226981 100644 --- a/src/style/molecules/_location.scss +++ b/src/style/molecules/_location.scss @@ -56,6 +56,7 @@ flex-shrink: 0; margin: 2px 24px 0 0; border-radius: 100%; + transform: translateZ(0); @include bp (sm) { margin-top: 0;