diff --git a/vscodePlugin/web-resources/index.css b/vscodePlugin/web-resources/index.css index 5c180484..9b8f7d9e 100644 --- a/vscodePlugin/web-resources/index.css +++ b/vscodePlugin/web-resources/index.css @@ -4,4 +4,10 @@ body { padding: 0; height: 100vh !important; overflow: hidden; +} + +@supports selector(::-webkit-scrollbar) { + html { + scrollbar-color: unset; + } } \ No newline at end of file