arcanus55 / neodigm55

An eclectic low-code vanilla JavaScript UX micro-library for those that defiantly think for themselves.
https://thescottkrause.com/emerging_tech/neodigm55_ux_library/
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Neodigm Marquee breaks the Neodigm Carousel component layout #100

Closed neodigm closed 6 months ago

neodigm commented 10 months ago

Steps to reproduce: Add a Marquee to any Carousel panel.

Work Around: Limit the width to the Marq to 304px. This should restrain a small soda pop on mobile.

Proposed Solution: Create a container that forces the Marq to respect the container query. This could just be implementation code. This might require forcing some CSS deep within the Marq layout.

neodigm commented 6 months ago

Not fixing. Do not use Marq inside of Caro without a fixed width container.