kbrsh / wing

:gem: A beautiful CSS framework designed for minimalists.
https://kbrsh.github.io/wing
MIT License
2.01k stars 160 forks source link

Cards drop shadow are clipped #56

Closed peduarte closed 7 years ago

peduarte commented 7 years ago

The drop shadows applied to card components are clipped due to overflow: hidden on the cards component.

image

Here's the line that's causing this to happen. https://github.com/KingPixil/wing/blob/master/src/cards.css#L5

I'll create a PR with a fix - feel free to discard it though.