Skip to content

Commit

Permalink
remove overflow-x:hidden; from body
Browse files Browse the repository at this point in the history
Looks like a leftover from when I made the fork me banner. This line
isn't needed since the overflow is hidden on the header.
  • Loading branch information
SethClydesdale committed Apr 7, 2018
1 parent 77e4db7 commit dabaa3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion resources/stylesheet.css
Expand Up @@ -6,7 +6,6 @@ body {
font-family:Arial, sans-serif;
padding:0;
margin:0;
overflow-x:hidden;
display:flex;
min-height:100vh;
flex-direction:column;
Expand Down
2 changes: 1 addition & 1 deletion resources/stylesheet.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dabaa3d

Please sign in to comment.