diff --git a/src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css b/src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css index 187304ebfafba8..8e812552853478 100644 --- a/src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css +++ b/src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css @@ -298,6 +298,7 @@ } .settings-editor > .settings-body .settings-tree-container .monaco-list-rows { + min-height: 175px; /* Avoid the hover being cut off. See #164602 */ overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */ }