From ab96ebbe3cde793d0dc01dde4c88d3fbaa2e70c3 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Fri, 5 Feb 2021 23:43:56 +0800 Subject: [PATCH] fix: prevent close button shifting --- src/styles/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 4347424..4f0588a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -306,6 +306,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header- .#{$name}-side-bar-body { $button-size: 32px; + position: relative; width: 100%; height: 100%; display: flex;