From 740d6bfeb346a99ccabab37f6d2f069aca2ca55f Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 29 Nov 2019 11:20:36 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20corrige=20le=20bouton=20continuer=20qui?= =?UTF-8?q?=20ne=20marche=20pas=20sur=20l'=C3=A9co=20collab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/ui/InfoBulle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/ui/InfoBulle.css b/source/components/ui/InfoBulle.css index 8ed1699ea..244df704c 100644 --- a/source/components/ui/InfoBulle.css +++ b/source/components/ui/InfoBulle.css @@ -19,7 +19,6 @@ } .info-bulle__text { text-align: left; - position: absolute; z-index: -1; border: 1px solid var(--colour); @@ -33,6 +32,7 @@ background-color: white; transition: opacity 0.2s, transform 0.2s; opacity: 0; + pointer-events: none; transform: translateY(-5px); }