Skip to content

Commit

Permalink
Merge pull request #153 from craigpryde/master
Browse files Browse the repository at this point in the history
Implemented overflow fix for preloaded container
  • Loading branch information
Andy-set-studio authored Jan 12, 2018
2 parents 6441bc5 + a11203e commit 7779d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _template/app/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@
left: -9999px;
position: absolute;
top: -9999px;
display: table;
overflow: hidden;
}

@media only screen and (min-width: 35em) {
Expand Down
Loading

0 comments on commit 7779d2c

Please sign in to comment.