Does anyone have a clean native solution for parallax on images? I usually go with scroll transforms and scroll-sections at 200vh, but that's not working once I turn it into a component.

Pushing Design @Trueform
Does anyone have a clean native solution for parallax on images? I usually go with scroll transforms and scroll-sections at 200vh, but that's not working once I turn it into a component.
Had the double-border problem on my "grid" style cards.
Solved it with a single variant. Position absolute, overlap border (in this case cross and lines) 2px on the right and bottom, then set overflow to visible. Done. No headaches. β
(still won't work if your borders use any transparency)