فهرست منبع

Fix scrolling for outputs.

Fixes #4434

We still have a problem with “new view of output” cutting off the bottom bit, since the toolbar takes up a bit of room at the top of the panel and the height 100% output is pushed down.
Jason Grout 7 سال پیش
والد
کامیت
2d0e67f87e
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/outputarea/style/index.css

+ 0 - 2
packages/outputarea/style/index.css

@@ -20,8 +20,6 @@
 
 .jp-OutputArea {
   overflow-y: auto;
-  display: flex;
-  flex-direction: column;
 }