From ff03c79399b300869270528c8f5dfcc956f47297 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Thu, 8 Oct 2020 09:17:46 +0200 Subject: [PATCH] Fix horizontal scrollbar in notebook cell input issue (#260) * Fix horizontal scrollbar in notebook cell input issue * Cell input overflow visible --- src/Explorer/Notebook/NotebookRenderer/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Notebook/NotebookRenderer/base.css b/src/Explorer/Notebook/NotebookRenderer/base.css index 0c2fef1f6..fbf2b3f10 100644 --- a/src/Explorer/Notebook/NotebookRenderer/base.css +++ b/src/Explorer/Notebook/NotebookRenderer/base.css @@ -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 **/