fix gradient overlay

This commit is contained in:
David Haz
2025-08-25 09:38:27 +03:00
parent d41913eeb3
commit 7c8bd5d037

View File

@@ -382,8 +382,8 @@ watch(
bottom: 0, bottom: 0,
left: 0, left: 0,
right: 0, right: 0,
height: 200, height: '200px',
background: 'linear-gradient(to top, #060010, transparent)', background: 'linear-gradient(to top, #0b0b0b 20%, transparent)',
pointerEvents: 'none', pointerEvents: 'none',
zIndex: 1 zIndex: 1
}" }"