Skip to content

z index.scss

Raphaël Balet edited this page Nov 21, 2023 · 1 revision

Variables

:root {
  --z-index-highest: 1000;
  --z-index-higher: 100;
  --z-index-high: 10;
  --z-index-normal: 1;
}
Clone this wiki locally