@donichkis1Submitted almost 2 years ago
How do I stop the overflow from the preview hover?
How do I stop the overflow from the preview hover?
you have done great work so far
about the eye icon u can just give it the same width and height as the picture below it which is 275px
Another note for the container
use flexbox so u can fill all the height in the container
.container { display: flex; flex-direction: column; justify-content: space-between; }
hope these notes could help you
Happy Coding!