Skip to content

Commit

Permalink
Set left position for browsers that don't support transform3d
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew8xx8 committed Jul 27, 2015
1 parent 6f8cda4 commit 8094382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/left-nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ let LeftNav = React.createClass({
width: this.getTheme().width,
position: 'fixed',
zIndex: 10,
left: 0,
left: x + 'px',
top: 0,
transform: 'translate3d(' + x + 'px, 0, 0)',
transition: !this.state.swiping && Transitions.easeOut(),
Expand Down

0 comments on commit 8094382

Please sign in to comment.