mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-04-18 20:40:48 +01:00
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:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
.nteract-cell-input .nteract-cell-source {
|
.nteract-cell-input .nteract-cell-source {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow: auto;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Adaptation for the R kernel's inline lists **/
|
/** Adaptation for the R kernel's inline lists **/
|
||||||
|
|||||||
Reference in New Issue
Block a user