Forráskód Böngészése

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

Make output view scrollable
Afshin Darian 7 éve
szülő
commit
fffab7dfb7
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 {