eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.27k stars 602 forks source link

cards' top border become square on home page #309

Closed nsursock closed 3 years ago

nsursock commented 3 years ago

hey I think I found the solution to this bug. when you hover on the card, the images take the space. you have to add overflow hidden on hover. by the way I'm looking for a designer for my 2 websites ( a poker game and a music database).

eddiesigner commented 3 years ago

Hi, thanks for pointing that out, however the card image container already has overflow: hidden. I wasn't able to reproduce it but I found that adding transform: translateZ(0) to the container also fixes the issue. I added that property in the latest version so that should be fixed.

eddiesigner commented 3 years ago

I'm closing this issue now, please feel free to reopen it if needed.