fix: prevent close button shifting

This commit is contained in:
EnixCoda 2021-02-05 23:43:56 +08:00
parent 50731bb461
commit ab96ebbe3c
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

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