Fix mobile nav stylelint
This commit is contained in:
parent
ce8101e60a
commit
c7c68340f1
|
@ -247,10 +247,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirm-modal.dark-overlay {
|
.confirm-modal.dark-overlay {
|
||||||
&::before {
|
&::before {
|
||||||
z-index: 3000;
|
z-index: 3000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-modal.panel {
|
.dialog-modal.panel {
|
||||||
z-index: 3001;
|
z-index: 3001;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue