Skip to content

Commit

Permalink
Backport PR jupyterlab#15736: Fix scrollbars partially blocking code …
Browse files Browse the repository at this point in the history
…completion (jupyterlab#15740)

Co-authored-by: phil-zxx <32247590+phil-zxx@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and phil-zxx authored Feb 5, 2024
1 parent aedf1de commit e1e0804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/completer/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
padding: 0;
list-style-type: none;
overflow-y: scroll;
overflow-x: auto;
overflow-x: hidden;
max-height: calc((10 * var(--jp-private-completer-item-height)));
min-height: calc(var(--jp-private-completer-item-height));
width: 100%;
Expand Down

0 comments on commit e1e0804

Please sign in to comment.