Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 2, 2017
1 parent 5eee917 commit b26aeac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion examples/components/Container.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Container extends Component {
});

return (
<div className={cls} style={{ minHeight: window.screen.height }}>
<div className={cls} style={{ minHeight: window.innerHeight }}>
{children}
</div>
);
Expand Down
6 changes: 0 additions & 6 deletions examples/styles/components/Container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@
background-color: #f6f6f6;
}

@media screen and (min-width: 600px) {
.app-container {
max-width: 760px;
}
}

0 comments on commit b26aeac

Please sign in to comment.