From f3ac0e3b28600a1e36fabb85a38c4de204664bc7 Mon Sep 17 00:00:00 2001 From: Julie Date: Fri, 13 Dec 2024 21:17:34 +0200 Subject: [PATCH] Added no pointer --- components/card/card.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/card/card.css b/components/card/card.css index 0b9e15e..3c9ffba 100644 --- a/components/card/card.css +++ b/components/card/card.css @@ -11,6 +11,7 @@ width: auto; min-height: 367px; height: auto; + pointer-events: none; } .card__preview {