fix: settings bar was invisible

This commit is contained in:
Enix 2019-08-13 10:12:18 +08:00
parent f179e773aa
commit 415e2f22f7

View file

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