mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-06 05:56:09 -05:00
Force terminal viewport alignment to top and bottom of panel
Fixes #16532
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
.monaco-workbench .panel.integrated-terminal .xterm-viewport {
|
||||
/* Subtract right margin so that the scroll bar aligns with size of panel */
|
||||
margin-right: -20px;
|
||||
/* Force 100% height so that the scroll bar is aligned to the top and the bottom of the panel, the terminal rows may not be top aligned */
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
/* Terminal actions */
|
||||
|
||||
Reference in New Issue
Block a user