Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Fixes overflow below 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
kutyel committed Jun 18, 2015
1 parent 34b14f2 commit d598d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
width: 100%;
max-width: 100%;
height: 100%;
overflow: scroll;
overflow: hidden;

&.contact {
margin-top: 1rem;
Expand Down

0 comments on commit d598d74

Please sign in to comment.