From 1faa8168f93f44b375dfd59fdd537a3ca16e5f3f Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Wed, 3 Apr 2024 17:10:06 +0200 Subject: [PATCH] fix cards --- src/style/home/home.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/style/home/home.css b/src/style/home/home.css index 38821ba..51be0a8 100644 --- a/src/style/home/home.css +++ b/src/style/home/home.css @@ -75,9 +75,11 @@ .tactic-card-actions * { width: 30px; + pointer-events: all; } .tactic-card-actions { + pointer-events: none; display: flex; width: 100%; height: 30px; @@ -86,10 +88,6 @@ align-content: center; align-items: center; justify-content: center; - - * { - pointer-events: all; - } } .tactic-card-export-btn {