chore: Update dropdown z-index to be on top of contact details pane (#3411)
This commit is contained in:
parent
c2333214af
commit
8384d0b38e
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
@include border-light;
|
@include border-light;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
z-index: 999;
|
z-index: var(--z-index-very-high);
|
||||||
|
|
||||||
&.dropdown-pane--open {
|
&.dropdown-pane--open {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
--z-index-high: 1000;
|
--z-index-high: 1000;
|
||||||
--z-index-higher: 2000;
|
--z-index-higher: 2000;
|
||||||
--z-index-much-higher: 5000;
|
--z-index-much-higher: 5000;
|
||||||
|
--z-index-very-high: 9999;
|
||||||
--z-index-highest: 10000;
|
--z-index-highest: 10000;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue