This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Allow custom z-index values for components #8475
Open
Description
Not all apps use only Angular Material components. They can use other component libraries as well as custom components, which can have different layering strategies.
By adding a z-index override attribute to components, products are able to use them without overriding the z-index on private classes.
There are also defined z-indices in Material, which all components should default to using.
Material Spec