Browse Source

Merge pull request #1378 from SylvainCorlay/outputarea-background

Reset outputarea background
Steven Silvester 8 years ago
parent
commit
7952ef7dd7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/notebook/output-area/index.css

+ 0 - 1
src/notebook/output-area/index.css

@@ -16,7 +16,6 @@
 
 
 .jp-OutputArea {
-  background: none;
   max-height: 1000px;
   overflow-y: auto;
 }