Skip to content

Commit a60ee5b

Browse files
committed
Don't show scrollbars when not needed for the completion item documentation
1 parent 83075bb commit a60ee5b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/completion-theme/style/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@
1616
display: flex;
1717
justify-content: space-between;
1818
}
19+
20+
/* a workaround for scrollbars being always on in the completer documentation panel, see
21+
https://github.com/krassowski/jupyterlab-lsp/pull/322#issuecomment-682724175
22+
*/
23+
.jp-Completer-docpanel {
24+
overflow: auto;
25+
}

0 commit comments

Comments
 (0)