Sfoglia il codice sorgente

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

Make output view scrollable
Afshin Darian 7 anni fa
parent
commit
fffab7dfb7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 {