angular/adev/shared-docs/styles/_z-index.scss
ahmadhakeem18 66ef77fb5c docs(docs-infra): show the top-level banner on top of all the elements (#58775)
Starting from Tablet-landscape siz display the banner on top of all the
elements, and for smaller sizes display it under the nav to make it
accessible to users

PR Close #58775
2024-11-21 20:55:46 +00:00

8 lines
174 B
SCSS

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