Skip to content

Use getZIndex for all z-index values #16288

Description

@arelra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions