Skip to content

Commit

Permalink
Fix #160
Browse files Browse the repository at this point in the history
  • Loading branch information
wongjiahau committed Dec 1, 2018
1 parent 4546869 commit ee03631
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
overflow-y: auto;
}

body {
margin: 0;
padding: 0;
Expand Down Expand Up @@ -125,7 +129,6 @@ code {
border-color: lightslategray;
border-radius: 5px;
border-style: solid;
font-family: "roboto";
font-size: 13px;
height: 100%;
width: 100%;
Expand Down

0 comments on commit ee03631

Please sign in to comment.