mirror of https://github.com/VERT-sh/VERT.git
fix: more transparent cardd blur
This commit is contained in:
parent
bbc7768f79
commit
47734ee31d
|
|
@ -303,11 +303,11 @@
|
|||
</div>
|
||||
</div>
|
||||
</OverlayScrollbarsComponent>
|
||||
<!-- blur at bottom if scrollable - positioned relative to the card container -->
|
||||
<!-- bottom blur if scrollable -->
|
||||
{#if showBlur[i]}
|
||||
<div
|
||||
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>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue