Fix wrong add of the gradient

This commit is contained in:
Daniele Tonon
2023-11-05 19:52:53 +01:00
parent 4d72de0757
commit 949c6ee634

View File

@@ -129,7 +129,7 @@
</div>
<div
class="mt-0.5 max-h-40 basis-full overflow-hidden hover:text-strongpink"
_="on load if my scrollHeight >= my offsetHeight add .gradient"
_="on load if my scrollHeight > my offsetHeight add .gradient"
>
{{$ee.Preview}}
</div>