Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejpurves committed Jul 14, 2023
2 parents 7b8967a + a2ed6b9 commit 67973b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-flies-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'thebe-core': patch
---

Override a jupyter style to allow pages to control scroll behaviour on their output areas
5 changes: 5 additions & 0 deletions packages/core/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@
font-family: monospace;
margin: 8px 16px;
}

/* Overides for jupyter styles */
.thebe-output .jp-OutputArea-child > .lm-Widget {
overflow: auto;
}

0 comments on commit 67973b3

Please sign in to comment.