This bugger started sometime during the Pro 4 beta so could simply be the way things are now but have found myself constantly “correcting” for it.
Sections / rows added sequentially have a lower z-index than their previous counterpart. For example:
- I used to create a masthead section for a homepage
- I’d then create a section below it.
- I’d then add a row and use negative margin to overlap the row with the masthead section.
Now when I attempt this, the row is hidden behind the first section (#1) and requires a z-index change.
As mentioned, I could totally accept that this is how it should work now and is simply a result of my build style but the next example is core functionality and requires an extra step.
- Add a section (we’ll call this section “A”)
- Add another section (section “B”)
- Now add a top separator on section B and nothing shows up.
- Change the z-index of section B to something above 1 and now you’ll see your separator