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 bf64ca8 commit 58c953eCopy full SHA for 58c953e
src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css
@@ -298,7 +298,7 @@
298
}
299
300
.settings-editor > .settings-body .settings-tree-container .monaco-list-rows {
301
- min-height: 175px; /* Avoid the hover being cut off. See #164602 */
+ min-height: 100%; /* Avoid the hover being cut off. See #164602 and #165518 */
302
overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */
303
304
0 commit comments