Skip to content

Commit

Permalink
Adding scrollbar to header when it overflows (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
maazadeeb authored and JoelMarcey committed Feb 12, 2018
1 parent 2d7274f commit 5e39b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ pre code {
box-sizing: border-box;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
list-style: none;
margin-top: 50px;
width: 100%;
Expand Down

0 comments on commit 5e39b2e

Please sign in to comment.