Flexbox item with overflowing content only works on Chrome
问题 Please take a look at this pen: https://codepen.io/linck5/pen/gRKJbY?editors=1100 body{ margin: 0;} .container { width: 100%; height: 100vh; display: flex; flex-direction: column; } .top-bar { background-color: darksalmon; height: 50px; } .inner-container { flex: 1; background-color: chocolate; width: 100%; height: 100%; display: flex; flex-direction: column; } .top { background-color: blueviolet; flex: 1; overflow: auto; font-size: 40px; line-height: 5rem; } .bottom { background-color: