I have found a solution.
This works only when you add custom css at parent level. No custom javascript or anything…
<style>
#parent{
transform-style:preserve-3D;
}
</Style>
I have found a solution.
This works only when you add custom css at parent level. No custom javascript or anything…
<style>
#parent{
transform-style:preserve-3D;
}
</Style>