Align terminal scrollbar with panel

Fixes #18330
This commit is contained in:
Daniel Imms
2017-01-15 20:31:21 -08:00
parent 5894b6ed6c
commit 77469a146b
@@ -40,7 +40,7 @@
.monaco-workbench .panel.integrated-terminal .xterm-viewport {
/* Align the viewport to the bottom of the panel, just like the terminal */
position: absolute;
right: 0;
right: -20px;
bottom: 0;
left: 0;
}