We have a utility function getZIndex that allows us to deterministically sequence z-index values for all items in the declared list it consumes.
However there are still many examples of raw z-index values being set in the DCAR codebase which should be moved to use the getZIndex function.
This will allow us to confidently create z-index values and avoid mistakes where a change to underlying z-index values cause items to not stack correctly.
For example: #16140
We have a utility function
getZIndexthat allows us to deterministically sequencez-indexvalues for all items in the declared list it consumes.However there are still many examples of raw z-index values being set in the DCAR codebase which should be moved to use the
getZIndexfunction.This will allow us to confidently create z-index values and avoid mistakes where a change to underlying z-index values cause items to not stack correctly.
For example: #16140