Skip to content

Commit

Permalink
fix(docz-theme-default): adjust z-index of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar authored and pedronauck committed Nov 15, 2018
1 parent bebc87d commit ea9a864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Wrapper = styled('div')`
min-height: 100vh;
background: ${sidebarBg};
transition: transform 0.2s, background 0.3s;
z-index: 100;
z-index: 1000;
${position};
${get('styles.sidebar')};
Expand Down

0 comments on commit ea9a864

Please sign in to comment.