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.
This commit is contained in:
Omar Ashraf 2021-04-12 14:50:30 +03:00 committed by GitHub
parent 578751436e
commit 85d49f84aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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