Skip to content

Commit

Permalink
Onboarding: update z-index to show onboarding on top of menu panel
Browse files Browse the repository at this point in the history
  • Loading branch information
AquiGorka committed Jan 14, 2019
1 parent 12117e1 commit 0217694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onboarding/Onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class Onboarding extends React.PureComponent {

const Main = styled(animated.div)`
position: fixed;
z-index: 2;
z-index: 3;
top: 0;
left: 0;
right: 0;
Expand Down

0 comments on commit 0217694

Please sign in to comment.