From 1d23eb401e6339d6477c18a7205fb93fffab7dcf Mon Sep 17 00:00:00 2001 From: "antoninlancesseur@gmail.com" Date: Tue, 2 Apr 2024 21:02:56 +0200 Subject: [PATCH] correction d'un bug --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 79ae90c..b2df51d 100644 --- a/css/style.css +++ b/css/style.css @@ -21,9 +21,10 @@ top: 40%; left: 50%; transform: translate(-50%, -40%); - z-index: 99; + z-index: 1; + border-radius: 50%; } -#aim:hover { +#placement:hover > #aim { fill: var(--circle); cursor: pointer; }