Skip to content

Commit

Permalink
Add min-height to work around clipping (microsoft#164759)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored and formigoni committed Oct 27, 2022
1 parent b6419f3 commit b18f22c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
}

Expand Down

0 comments on commit b18f22c

Please sign in to comment.