Use editor background for scrollbar corner in webviews

Fixes #93871
This commit is contained in:
Matt Bierner 2020-04-14 15:57:21 -07:00
parent 4fa9542a65
commit 3d9eab77d3

View file

@ -114,6 +114,10 @@
height: 10px;
}
::-webkit-scrollbar-corner {
background-color: var(--vscode-editor-background);
}
::-webkit-scrollbar-thumb {
background-color: var(--vscode-scrollbarSlider-background);
}