ソースを参照

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

Make output view scrollable
Afshin Darian 7 年 前
コミット
fffab7dfb7
1 ファイル変更1 行追加0 行削除
  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 {