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 {