Fix horizontal scrollbar in notebook cell input issue (#260)

* Fix horizontal scrollbar in notebook cell input issue

* Cell input overflow visible
This commit is contained in:
Laurent Nguyen 2020-10-08 09:17:46 +02:00 committed by GitHub
parent 0382628249
commit ff03c79399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
.nteract-cell-input .nteract-cell-source {
flex: 1 1 auto;
overflow: auto;
overflow: visible;
}
/** Adaptation for the R kernel's inline lists **/