Created by: bugzpodder
I've noticed z-index changes were overwritten. It turns out that css-nano was used when optimizing css assets and safe option was not passed in. https://cssnano.co/optimisations/zindex/
Verified that z-index no longer changes with this option.