Skip to content

Commit

Permalink
Horizontal scrollbar (#356)
Browse files Browse the repository at this point in the history
* Removed the  because it was causing a horizontal scrollbar on chrome on a mac. (See #352)

* Changed the overflow to hidden, instead of removing it.
  • Loading branch information
mikegeyser authored and rviscomi committed Nov 7, 2019
1 parent c4dc10b commit b3d919f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
padding:50px 36px;
border:1px solid #1A2B490A;
margin: 20px 0;
overflow: auto;
overflow: hidden;
}

#chapter-navigation>a{
Expand Down

0 comments on commit b3d919f

Please sign in to comment.