提交 a2e46968 编写于 作者: A Alex Dima

Fixes #36479: remove no longer necessary Safari workaround

上级 51c86cef
......@@ -27,14 +27,6 @@
max-width: 500px;
}
/*
* https://github.com/Microsoft/monaco-editor/issues/417
* Safari 10.1, fails inherit correct visibility from parent when we change the visibility of parent element from hidden to inherit, in this particular case.
*/
.monaco-editor-hover .monaco-scrollable-element {
visibility: visible;
}
.monaco-editor-hover .hover-row {
padding: 4px 5px;
}
......@@ -74,4 +66,4 @@
.monaco-editor-hover .monaco-tokenized-source {
white-space: pre-wrap;
word-break: break-all;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册