Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #20451. Props @lgersman for advice. The mover control did not work for full-wide images. I'm honestly surprised it worked in wide and normal settings, because the z-index was -1 meaning it shouldn't be. I suspect it's because the layout canvas has padding left and right that somehow interferes with things here, but couldn't verify. However the negative z index wasn't a good fix in the first place. The reason it was there, was to make sure that when the mover control animates out, it appears to be coming from "beneath" the block toolbar. The z-index put it below the entire block toolbar, which is the container that has a background color. This PR changes things so the mover control does not have a z-index, but the switcher button has been elevated, and been given a white background color to cover it.
- Loading branch information