Explorar el Código

Merge pull request #4150 from blink1073/scroll-output-view

Make output view scrollable
Afshin Darian hace 7 años
padre
commit
fffab7dfb7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/notebook/style/index.css

+ 1 - 0
packages/notebook/style/index.css

@@ -286,6 +286,7 @@
 
 .jp-LinkedOutputView .jp-OutputArea {
   height: 100%;
+  display: block;
 }
 
 .jp-LinkedOutputView .jp-OutputArea-child:only-child {