Skip to content

Commit

Permalink
πŸ’„ Decreasing z-index for navigation button #1513
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 8, 2023
1 parent 962aed5 commit 68e6c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pageComponents/shared/HorizontalScroll/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const SharedStyle = styled.div`
height: calc(100% - var(--space-xxLarge));
position: absolute;
top: 0;
z-index: 10;
z-index: 1;
display: flex;
align-items: center;
padding: 0 var(--space-small);
Expand Down

0 comments on commit 68e6c39

Please sign in to comment.