Skip to content

Commit 58c953e

Browse files
authored
Increase min-height to 100% (microsoft#165566) (microsoft#165752)
Fixes microsoft#165518
1 parent bf64ca8 commit 58c953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/preferences/browser/media/settingsEditor2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
}
299299

300300
.settings-editor > .settings-body .settings-tree-container .monaco-list-rows {
301-
min-height: 175px; /* Avoid the hover being cut off. See #164602 */
301+
min-height: 100%; /* Avoid the hover being cut off. See #164602 and #165518 */
302302
overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */
303303
}
304304

0 commit comments

Comments
 (0)