I have a Section block that accepts children, and Stack block which gives some layout options. When clicking on an item inside Stack the action bar is unaccessible because it's overlayed by the dropzones.
I tired playing around with z-indexed but nothing seemed to work.
I also tried using ActionBar in an override but it doesn't accept classNames.
Is there a way to make action bars always on top of other layers?