Browse Source

remove content-visibility css prop to avoid jumpy scrollbar (#10503)

Eric Charles 3 years ago
parent
commit
8c15f776dd
1 changed files with 0 additions and 8 deletions
  1. 0 8
      packages/notebook/style/base.css

+ 0 - 8
packages/notebook/style/base.css

@@ -142,14 +142,6 @@
   background-color: var(--jp-cell-editor-active-background);
 }
 
-/*-----------------------------------------------------------------------------
-| Notebook cell
-|----------------------------------------------------------------------------*/
-
-.jp-Notebook-cell {
-  content-visibility: auto;
-}
-
 /*-----------------------------------------------------------------------------
 | Notebook drag and drop
 |----------------------------------------------------------------------------*/