feat: limit settings pane height

This commit is contained in:
EnixCoda 2020-05-29 22:32:37 +08:00
parent 9ceeb177aa
commit c5cb36377a
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -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;