Skip to content

Commit 21e7770

Browse files
authored
Increase min-height to 100% (microsoft#165566)
Fixes microsoft#165518
1 parent 6471852 commit 21e7770

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
@@ -324,7 +324,7 @@
324324
}
325325

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

0 commit comments

Comments
 (0)