Skip to content

Commit

Permalink
position: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Apr 21, 2019
1 parent 9f55fcb commit 4821c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/AppFrame.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const styles = theme => ({
flex: '0 1 auto',
},
skipNav: {
position: 'absolute',
position: 'fixed',
padding: theme.spacing(1),
backgroundColor: theme.palette.background.paper,
transition: theme.transitions.create('top', {
Expand Down

0 comments on commit 4821c6e

Please sign in to comment.