fix: more transparent cardd blur

This commit is contained in:
Maya 2026-03-18 13:40:32 +03:00
parent bbc7768f79
commit 47734ee31d
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -303,11 +303,11 @@
</div> </div>
</div> </div>
</OverlayScrollbarsComponent> </OverlayScrollbarsComponent>
<!-- blur at bottom if scrollable - positioned relative to the card container --> <!-- bottom blur if scrollable -->
{#if showBlur[i]} {#if showBlur[i]}
<div <div
class="absolute left-0 bottom-0 w-full h-10 pointer-events-none" class="absolute left-0 bottom-0 w-full h-10 pointer-events-none"
style={`background: linear-gradient(to top, var(--bg-panel), transparent 100%);`} style={`background: linear-gradient(to top, var(--bg-panel), transparent 65%);`}
></div> ></div>
{/if} {/if}
</div> </div>