Skip to content

Commit 0f54a02

Browse files
authored
Merge pull request #89 from seanpue/fix_code_overflow_css
fix for CSS overflow error in code cell
2 parents 44d79d3 + 28188a3 commit 0f54a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_sphinx/css/jupyter-sphinx.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ div.jupyter_container {
3838
border-radius: 2px;
3939
background-color: #f7f7f7;
4040
margin: 0 0;
41+
overflow: auto;
4142
}
4243

4344
.jupyter_container div.code_cell pre {

0 commit comments

Comments
 (0)