Closed daybrush closed 3 years ago
If the parent container is scale(0.5), it is not rendered properly.
<div class="container" style="transform: scale(0.5);"> <div class="item"></div> <div class="item"></div> <div class="item"></div> </div>
Description
If the parent container is scale(0.5), it is not rendered properly.
Steps to check or reproduce