Skip to content

Commit

Permalink
feat(#55): overflow-x scroll on execution outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jannis-baum committed Jul 11, 2024
1 parent 1c44f98 commit f0fd230
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/ipynb.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.content-ipynb { max-width: 1200px; }

*[class^="ipynb-cell-"] { position: relative; }
.ipynb-output-execution-result { position: relative; }
.ipynb-output-execution-result {
position: relative;
overflow-x: scroll;
}

.ipynb-execution-count {
font-family: monospace;
Expand Down

0 comments on commit f0fd230

Please sign in to comment.