Skip to content

Commit

Permalink
Increase min-height to 100%
Browse files Browse the repository at this point in the history
Fixes #165518
  • Loading branch information
rzhao271 committed Nov 4, 2022
1 parent db0c4da commit d6a175d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
}

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

Expand Down

0 comments on commit d6a175d

Please sign in to comment.