Corrected z-index issue, regression from the previous commit.
parent
ce5f63291e
commit
7c6d34408c
|
@ -1,5 +1,6 @@
|
||||||
/* Overrides alertify js headers */
|
/* Overrides alertify js headers */
|
||||||
.alertify {
|
.alertify {
|
||||||
|
z-index: 3000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
.ajs-header {
|
.ajs-header {
|
||||||
|
|
Loading…
Reference in New Issue