After scale enlarges the picture, the parent element cannot adapt to the height, but the parent element's overflow can be manually reset on the page to adapt to the height.


        </div>
    </div>
</body>
</html>

A simple page is centered so that the picture inside can be scrolled. Then I manually use scale on the page to enlarge the picture, the parent element of the enlarged image content can not adapt to the height, but I reset the overflow property of content to the page to adapt to the height of the picture, so that it can be scrolled.

what is the principle of this?

Css
Aug.29,2021
Menu