We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6471852 commit 21e7770Copy full SHA for 21e7770
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -324,7 +324,7 @@
324
}
325
326
.settings-editor > .settings-body .settings-tree-container .monaco-list-rows {
327
- min-height: 175px; /* Avoid the hover being cut off. See #164602 */
+ min-height: 100%; /* Avoid the hover being cut off. See #164602 and #165518 */
328
overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */
329
330
0 commit comments