recently found a problem in the ie browser while working on the project. The maximum width of the display: inline-block-wrapped img is always the original size of the picture, while the maximum width of the display: block-wrapped img is the width of the...
in compatibility mode (extreme mode and Google and Firefox are normal), the browser uses display:flex;overflow-y:auto to set the style, and there is a Y-axis scroll bar, why is there still element squeezing? This is shown in figure 1 below. Figure 2 doe...