fix(web): slide show in blurred background (#18384)

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Daimolean 2025-05-20 22:00:20 +08:00 committed by GitHub
parent a6a4dfcfd3
commit 495a959879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@
<img
src={assetFileUrl}
alt=""
class="absolute top-0 start-0 object-cover h-full w-full blur-lg"
class="-z-1 absolute top-0 start-0 object-cover h-full w-full blur-lg"
draggable="false"
/>
{/if}