digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
68 stars 34 forks source link

Storefront: Bug in safari with frontpage #2162

Closed mrosvik closed 6 days ago

mrosvik commented 6 days ago

Can´t see the whole cards

Image

Barsnes commented 6 days ago

This is a safari specific bug. For some reason, when using overflow: hidden in Safari, it also hides content still within the padded area of the container. We should be able to fix this by changing to overflow-x: hidden, since that is the axis we want to hide.

In chrome: image

Barsnes commented 6 days ago

Resolved in #2130