naver / egjs-infinitegrid

A module used to arrange card elements including content infinitely on a grid layout.
https://naver.github.io/egjs-infinitegrid/
MIT License
2.23k stars 95 forks source link

If the parent container is scale(0.5), it is not rendered properly. #411

Closed daybrush closed 3 years ago

daybrush commented 3 years ago

Description

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>

Steps to check or reproduce