Quellcode durchsuchen

Merge pull request #2597 from ellisonbg/output-scroll

Only allow output to scroll if a cell is active
S. Chris Colbert vor 7 Jahren
Ursprung
Commit
325e607c45
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      packages/notebook/style/index.css

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

@@ -68,6 +68,10 @@
   max-height: 1000px;
 }
 
+.jp-Notebook .jp-Cell:not(.jp-mod-active) .jp-OutputArea {
+  overflow-y: hidden;
+}
+
 
 /*-----------------------------------------------------------------------------
 | Notebook state related styling