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:
parent
578751436e
commit
85d49f84aa
@ -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…
Reference in New Issue
Block a user