From ea7ca44d88acd7c4c826df7d1bacc6a9ab72060c Mon Sep 17 00:00:00 2001 From: Suvodip Date: Tue, 11 Jun 2024 17:29:39 +0530 Subject: [PATCH] s1 --- .hta_slug/admin/add-forms.php | 2 +- .hta_slug/admin/business-verticals.php | 2 +- .hta_slug/admin/users.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 */