Skip to content

Commit

Permalink
CSS: Disable scrollbars on prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 23, 2016
1 parent b835beb commit 51ca141
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,12 @@
}
}
/* disable scrollbars on prompts */
div.nbinput div.prompt pre,
div.nboutput div.prompt pre {
overflow: hidden;
}
/* input/output area */
div.nbinput div.input_area,
div.nboutput div.output_area {
Expand Down

0 comments on commit 51ca141

Please sign in to comment.