Skip to content

Commit

Permalink
fix cell output in user data notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram Sharan Rimal committed Sep 17, 2024
1 parent 6f9ae50 commit d024e18
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
margin: 10px;
}


/* Adjust height of the cell output in user notebooks*/
.cell-output {
max-height: 500px;
overflow-y: auto;
overflow-x: auto;
background-color:#fefdfe;
}





/* .sidebar-item-text::before {
content: '>'
} */
Expand Down

0 comments on commit d024e18

Please sign in to comment.