feat: refactors z index methodology
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user