Skip to content

Commit

Permalink
add overflow hidden to wrapper, likely new chrome version broke div s…
Browse files Browse the repository at this point in the history
…izing
  • Loading branch information
fredhohman committed Jan 23, 2020
1 parent 44f1c7e commit c74bbe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ html, body {
/* height: 100%; */
height: 900px;
/* height: 95%; */
overflow: hidden;
}

header {
Expand Down

0 comments on commit c74bbe3

Please sign in to comment.