Skip to content

Commit a07b2fb

Browse files
committed
Fix parameter hints overload border not taking up entire height
For microsoft#84682
1 parent bc68bd2 commit a07b2fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/editor/contrib/parameterHints/parameterHints.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
.monaco-editor .parameter-hints-widget .body {
3535
display: flex;
3636
flex-direction: column;
37+
min-height: 100%;
3738
}
3839

3940
.monaco-editor .parameter-hints-widget .signature {

0 commit comments

Comments
 (0)