Skip to content

Commit

Permalink
Merge pull request #220 from RENCI/issue219-sidebar-zindex-adj
Browse files Browse the repository at this point in the history
adjusting the z-index of the sidebar
  • Loading branch information
PhillipsOwen committed Sep 11, 2024
2 parents 5085b06 + d476b50 commit 1abc314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Sidebar = () => {
position: 'absolute',
top: 0, left: 0,
height: '100vh',
zIndex: 1000,
zIndex: 1001,
maxWidth: '68px',
overflow: 'hidden',
p: 0,
Expand Down

0 comments on commit 1abc314

Please sign in to comment.