未验证 提交 f54b4fe5 编写于 作者: A Alex Dima

Fixes microsoft/monaco-editor#2168

上级 d7821d5f
......@@ -23,6 +23,19 @@
margin: 0;
}
/*
In certain cases, the default positioning of the aria container (left: -999em) can cause scrollbars to appear.
So here we try to avoid that by using a different technique. See https://stackoverflow.com/a/26032207
*/
.monaco-aria-container {
position: absolute !important;
height: 1px;
width: 1px;
left: inherit !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}
/* The hc-black theme is already high contrast optimized */
.monaco-editor.hc-black {
-ms-high-contrast-adjust: none;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册