Corrected z-index issue, regression from the previous commit.

pull/83/head
Akshay Joshi 2022-04-05 16:31:19 +05:30
parent ce5f63291e
commit 7c6d34408c
1 changed files with 1 additions and 0 deletions

View File

@ -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 {