Skip to content

Commit

Permalink
Add min-height to work around clipping (#164759)
Browse files Browse the repository at this point in the history
Fixes #164602
  • Loading branch information
rzhao271 committed Oct 26, 2022
1 parent 153f5c6 commit 54bd3cc
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 54bd3cc

Please sign in to comment.