fix: layout issue in Chrome v76

This commit is contained in:
Enix 2019-08-06 15:47:11 +08:00
parent c7d4e4e354
commit a8b3e4bd2d

View file

@ -221,6 +221,7 @@
display: flex;
flex: 1;
flex-direction: column;
max-height: calc(100vh - 34px); // temporary fix for layout issue occurred since Chrome v76
.meta-bar {
position: relative;