Hi, I’m trying to refactor my current MPA to a SPA and I’m planing to use reuseable elements as pages for not getting to messy in the index page.
the index has 2 floating groups (header, side bar) which are usually above each other content.
But there are few cases, like onboarding or login, where I want to have one floating group above everything. Is this possible or do I need to manually hide and show these within a workflow?
Currently, the both floating groups sidebar and header are on top of the floating group login. How can I switch it, that login is above these two?
There is the Floating Z-Index
but with no further separation from above to above…
Thanks!