angular/adev/shared-docs/styles/_z-index.scss
SkyZeroZx 59c1dcc662 docs(docs-infra): adjust z-index to prevent adev tutorial nav overlapping sidebar
Updated the z-index hierarchy to avoid the adev tutorial navigation bar
overlapping the main sidebar.
2026-01-02 08:10:53 +01:00

9 lines
205 B
SCSS

:root {
--z-index-mini-menu: 200;
--z-index-top-level-banner: 150;
--z-index-nav: 100;
--z-index-cookie-consent: 200;
--z-index-nav-tutorial: 75;
--z-index-content: 50;
--z-index-icon: 10;
}