aboutsummaryrefslogtreecommitdiff
path: root/components/anime/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'components/anime/mobile')
-rw-r--r--components/anime/mobile/reused/description.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/anime/mobile/reused/description.js b/components/anime/mobile/reused/description.js
index 99973d3..3b61c80 100644
--- a/components/anime/mobile/reused/description.js
+++ b/components/anime/mobile/reused/description.js
@@ -10,7 +10,7 @@ export default function Description({
className={`${
info?.description?.replace(/<[^>]*>/g, "").length > 240
? ""
- : "pointer-events-none"
+ : "pointer-events-none hidden"
} ${
readMore ? "hidden" : ""
} absolute z-30 flex items-end justify-center top-0 w-full h-full transition-all duration-200 ease-linear md:opacity-0 md:hover:opacity-100 bg-gradient-to-b from-transparent to-primary to-95%`}