mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
fix gradient overlay
This commit is contained in:
@@ -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
|
||||||
}"
|
}"
|
||||||
|
|||||||
Reference in New Issue
Block a user