From 415e2f22f744f0a651b36767c54356fd8985e0dd Mon Sep 17 00:00:00 2001 From: Enix Date: Tue, 13 Aug 2019 10:12:18 +0800 Subject: [PATCH] fix: settings bar was invisible --- src/content.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content.less b/src/content.less index 14caf0e..d00b90e 100644 --- a/src/content.less +++ b/src/content.less @@ -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;