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.
pull/52/head
Omar Ashraf 3 years ago committed by GitHub
parent 578751436e
commit 85d49f84aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save