Skip to content

Commit

Permalink
fix(styles): move to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargentum committed Sep 12, 2016
1 parent 2a63200 commit bb73f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default class BreakpointMonitor extends Component {
backgroundColor: 'rgba(0,0,0,.5)',
color: '#fff',
position: 'fixed',
top: 0,
top: '25px',
right: 0,
zIndex: 9999,
padding: '20px',
Expand Down

0 comments on commit bb73f6f

Please sign in to comment.