We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.lsp-completer
1 parent ad8cfe9 commit 5d6ef9aCopy full SHA for 5d6ef9a
packages/completion-theme/style/index.css
@@ -20,7 +20,7 @@
20
/* a workaround for scrollbars being always on in the completer documentation panel, see
21
https://github.com/jupyter-lsp/jupyterlab-lsp/pull/322#issuecomment-682724175
22
*/
23
-.jp-Completer-docpanel {
+.lsp-completer .jp-Completer-docpanel {
24
overflow: auto;
25
}
26
@@ -47,7 +47,7 @@
47
48
49
/* a workaround for code being larger font size than text in markdown-rendered panel */
50
-.jp-Completer-docpanel pre code {
+.lsp-completer .jp-Completer-docpanel pre code {
51
font-size: 90%;
52
53
0 commit comments