feat: refactors z index methodology

This commit is contained in:
James
2022-07-16 13:56:49 -07:00
parent 3a17a8a001
commit 2fa680cdf8
20 changed files with 87 additions and 27 deletions

View File

@@ -30,12 +30,11 @@
letter-spacing: inherit;
line-height: inherit;
position: relative;
z-index: 2;
text-decoration: underline;
cursor: text;
&--open {
z-index: $z-modal + 1;
z-index: var(--z-popup);
}
}

View File

@@ -9,7 +9,7 @@
margin-bottom: $baseline;
border: $style-stroke-width-s solid var(--theme-elevation-150);
position: sticky;
z-index: 2;
z-index: 1;
top: base(4);
}