I’ve run into an issue that grinds my gears, and I’m hoping someone can help me out.
I implemented a modal within a CMS collection, set to position: fixed (Relative to the body). Obviously, the modal should overlay the whole viewport,but it’s only overlaying the Collection List Wrapper area.
Setting the collection list to position absolute solves the problem, but messes with the grid.
Hey Felix I can’t check just now but I happened to build this yesterday;
During it I encountered a similar problem and it had to do with the way HTML handles flex containers.
If you look at the cloneable or readonly here, you’ll see the element arrangement and layouts I ended up using, which worked.