From 5dfb64750608cbc28009aa523924255c58bf5c31 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 8 Jul 2024 15:50:05 +0300 Subject: [PATCH] better solution to the obscuring problem --- files/assets/css/main.css | 4 ++++ files/templates/errors/WPD/404.html | 4 ++-- files/templates/errors/WPD/502.html | 4 ++-- files/templates/errors/rDrama/404.html | 4 ++-- files/templates/errors/rDrama/502.html | 4 ++-- files/templates/modals/award.html | 4 ++-- files/templates/root.html | 4 ++-- 7 files changed, 16 insertions(+), 12 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index aa00e4b53..c14ad8ee3 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5781,6 +5781,10 @@ toast { z-index: 1000000002 !important; } +#awardModal{ + z-index: 100000000001 !important; +} + @media (max-width: 426px) { .awardbtn { display: block; diff --git a/files/templates/errors/WPD/404.html b/files/templates/errors/WPD/404.html index f85a6dcec..76c3bae6f 100644 --- a/files/templates/errors/WPD/404.html +++ b/files/templates/errors/WPD/404.html @@ -185,12 +185,12 @@ Link copied to clipboard -
+
Action successful!
-
+
Error, please refresh the page and try again.
diff --git a/files/templates/errors/WPD/502.html b/files/templates/errors/WPD/502.html index 95859b264..19ef5dd7e 100644 --- a/files/templates/errors/WPD/502.html +++ b/files/templates/errors/WPD/502.html @@ -187,12 +187,12 @@ Link copied to clipboard
-
+
Action successful!
-
+
Error, please refresh the page and try again.
diff --git a/files/templates/errors/rDrama/404.html b/files/templates/errors/rDrama/404.html index 809c4f32c..2b5de47a7 100644 --- a/files/templates/errors/rDrama/404.html +++ b/files/templates/errors/rDrama/404.html @@ -186,12 +186,12 @@ Link copied to clipboard
-
+
Action successful!
-
+
Error, please refresh the page and try again.
diff --git a/files/templates/errors/rDrama/502.html b/files/templates/errors/rDrama/502.html index 3eec7fd10..9c0a6fc53 100644 --- a/files/templates/errors/rDrama/502.html +++ b/files/templates/errors/rDrama/502.html @@ -188,12 +188,12 @@ Link copied to clipboard
-
+
Action successful!
-
+
Error, please refresh the page and try again.
diff --git a/files/templates/modals/award.html b/files/templates/modals/award.html index 9068116a4..962482178 100644 --- a/files/templates/modals/award.html +++ b/files/templates/modals/award.html @@ -1,7 +1,7 @@