diff --git a/.hta_slug/admin/add-forms.php b/.hta_slug/admin/add-forms.php index 73140df..45454d5 100644 --- a/.hta_slug/admin/add-forms.php +++ b/.hta_slug/admin/add-forms.php @@ -132,7 +132,7 @@ max-width: 500px; box-shadow: 0px 0px 20px 0px #443780; border-radius: 2px; - z-index: 100; + z-index: 999; height: 100%; padding: 10px 20px 10px 20px; animation: slideInRight 0.5s forwards; /* Animation to slide in */ diff --git a/.hta_slug/admin/business-verticals.php b/.hta_slug/admin/business-verticals.php index 2a6d378..98ea1c9 100644 --- a/.hta_slug/admin/business-verticals.php +++ b/.hta_slug/admin/business-verticals.php @@ -108,7 +108,7 @@ max-width: 500px; box-shadow: 0px 0px 20px 0px #443780; border-radius: 2px; - z-index: 100; + z-index: 999; height: 100%; padding: 10px 20px 10px 20px; animation: slideInRight 0.5s forwards; /* Animation to slide in */ diff --git a/.hta_slug/admin/users.php b/.hta_slug/admin/users.php index 304494d..8bf9da0 100644 --- a/.hta_slug/admin/users.php +++ b/.hta_slug/admin/users.php @@ -288,7 +288,7 @@ max-width: 700px; box-shadow: 0px 0px 20px 0px #443780; border-radius: 2px; - z-index: 100; + z-index: 999; height: 100%; padding: 10px 20px 10px 20px; animation: slideInRight 0.5s forwards; /* Animation to slide in */