This commit is contained in:
Suvodip
2024-06-11 17:29:39 +05:30
parent b8e3ac1023
commit ea7ca44d88
3 changed files with 3 additions and 3 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */