@thecaptainzap you could use z-index on your zones to move them back (into the distance)
but if they overlap with the middle then you still have the same problem, which gets the click…
this is one of the problems with the composable interface, its hard to share resources among multiple ‘apps’…
upper (higher z-index) widgets are supposed to let the click percolate thru the stack if its not for them. only blocking percolation when they consume it. still hard when the intent is not known
interesting on the layering and carousel/pages… mm doesn’t have pages, its a Single Page Web App…
these modules do ‘pages’ by hiding content not to be shown now, and showing it later (and hiding other content)
BUT all the content is in the web page