I am creating a site that where each section is a trapezoid. I used css skew and stack each on top of one another and it is working seamlessly. The one issue I am having is when ever I add an element to the page that uses css 3D transform all content inside section gets blurred. (slick slider, canvas charts. etc... )
Here is a crude example: https://codepen.io/MMDragon3/pen/ZJpdXM
-webkit-transform: skew(0deg, 6deg);
transform: skew(0deg, 6deg);
Any help would be appreciated. Thanks