Latest solutions
Latest comments
- @criske@JulianKominovic
Hi, the border issue is caused by "overflow:hidden" on every div card. Try removing the "overflow:hidden", setting the card parent on "position: relative", the inner card on "position:absolute" and add "width:100%". See this image: https://ibb.co/hBHTdP8 . Greetings from Argentina 😀.
Marked as helpful - @TristanBerger6@JulianKominovic
Wow how do you manage to make it looks the same as the original? Nice work