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