mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: settings bar was invisible
This commit is contained in:
parent
f179e773aa
commit
415e2f22f7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue