Skip to content

Commit

Permalink
Allow clicking through header
Browse files Browse the repository at this point in the history
  • Loading branch information
sawasawasawa committed Sep 5, 2017
1 parent 7873991 commit 66e32d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file removed dump/meteor/events.bson
Binary file not shown.
Binary file removed dump/meteor/media.bson
Binary file not shown.
1 change: 1 addition & 0 deletions imports/ui/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class Header extends Component {
transformOrigin: '0% 0%'
};
const footerBackgroundStyle = {
pointerEvents: 'none',
width: '266px',
height: '266px',
position:'fixed',
Expand Down

0 comments on commit 66e32d9

Please sign in to comment.