Is it really impossible to have two elements render parallel to each other on the z-axis? Even with the same z-index, they are treated as being on different levels based on their order in the DOM. This can be a challenge when trying to display nearby elements with box shadow that should not overlap.
What is preventing the browser from rendering elements with the same z-index at the same level? Is there a workaround for this issue?
I am currently working on a website where this problem arises, specifically in a design featuring two boxes floating next to each other but should be at the same level without casting shadows onto each other: