Skip to content

Commit

Permalink
fix/overflows (jupyter-book#662)
Browse files Browse the repository at this point in the history
* 📜 allows pages to elect to scroll large outputs areas

* 🎯 a more specific selector

* 📚 changeset
  • Loading branch information
stevejpurves authored Jul 13, 2023
1 parent 6b254b2 commit a2ed6b9
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 a2ed6b9

Please sign in to comment.