Skip to content

Commit

Permalink
Merge pull request #41385 from YannickMeeus/adding-min-height-to-xter…
Browse files Browse the repository at this point in the history
…m-scrollbar-thumb

Set the minimum height of the xterm scrollbar thumb to 35px
  • Loading branch information
Tyriar authored Jan 14, 2018
2 parents 8a02843 + 956db66 commit 2b8281d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.monaco-workbench .panel.integrated-terminal .xterm-viewport::-webkit-scrollbar-thumb {
min-height: 20px;
background-color: inherit;
}

Expand Down

0 comments on commit 2b8281d

Please sign in to comment.