From 85d49f84aa77dacaca7c0193aba255b47287a5fa Mon Sep 17 00:00:00 2001 From: Omar Ashraf Date: Mon, 12 Apr 2021 14:50:30 +0300 Subject: [PATCH] Added overflow hidden for .loveMe Selector Fixed issue where if you double clicked the .loveMe div so fast it will show the hearts outside the div, So Added overflow hidden for .loveMe CSS Selector. --- double-click-heart/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/double-click-heart/style.css b/double-click-heart/style.css index f73df13..c578a1e 100644 --- a/double-click-heart/style.css +++ b/double-click-heart/style.css @@ -36,6 +36,7 @@ small { max-width: 100%; position: relative; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); + overflow: hidden; } .loveMe .fa-heart {