mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
feat: limit settings pane height
This commit is contained in:
parent
9ceeb177aa
commit
c5cb36377a
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
background: $bg-gray-light;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-height: 100%;
|
||||
max-height: calc(100vh - 120px);
|
||||
&-title {
|
||||
border-top: 1px solid $border-gray-light;
|
||||
padding: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue