axa-ch-webhub-cloud / pattern-library

AXA CH UI component library. Please share, comment, create issues and work with us!
https://axa-ch-webhub-cloud.github.io/plib-feature/develop
126 stars 18 forks source link

Carousel on localhost seems broken #2205

Closed LucaMele closed 3 years ago

LucaMele commented 3 years ago

Hello, i need your help.

On localhost my carousel is broken like so: image Due to this: image setting height:auto fixes the issue (due to shadow dom i cant override it).

Strange is, on prod same code works: image

those 100px seem to come from a IE11 hack/fix. Do we still need it? https://github.com/axa-ch-webhub-cloud/pattern-library/blob/d568645bab94ed4b633bd7bb85e0bc86f705746a/src/components/10-atoms/carousel/index.scss#L7

Any suggestions?

LucaMele commented 3 years ago

seems that min height is not calculated, therefore suspect is om different loading order