Skip to content

Commit

Permalink
Add min-height to work around clipping
Browse files Browse the repository at this point in the history
Fixes #164602
  • Loading branch information
rzhao271 committed Oct 26, 2022
1 parent 942cc4b commit 271b9a8
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 271b9a8

Please sign in to comment.