Message: Fix pin dialog z-index (#6576)
This commit is contained in:
parent
43a2ba1c26
commit
9308631302
@ -3,7 +3,8 @@
|
|||||||
z-index: var(--z-modal);
|
z-index: var(--z-modal);
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
|
||||||
&.confirm {
|
&.confirm,
|
||||||
|
&.pin {
|
||||||
z-index: var(--z-modal-confirm);
|
z-index: var(--z-modal-confirm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user