From c5cb36377aa037afd049d18f25a51ba706f181ad Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 29 May 2020 22:32:37 +0800 Subject: [PATCH] feat: limit settings pane height --- src/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.scss b/src/content.scss index 8907e77..7e20756 100644 --- a/src/content.scss +++ b/src/content.scss @@ -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;