Skip to content

Commit 54bd3cc

Browse files
authored
Add min-height to work around clipping (microsoft#164759)
Fixes microsoft#164602
1 parent 153f5c6 commit 54bd3cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +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 */
301302
overflow: visible !important; /* Allow validation errors to flow out of the tree container. Override inline style from ScrollableElement. */
302303
}
303304

0 commit comments

Comments
 (0)