Skip to content

Commit

Permalink
fix: butttons z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudambro committed Aug 17, 2023
1 parent c8f3089 commit cbcf801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/subscription/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Wrapper = styled.div`
`;
const PreviousButton = styled(Button)`
padding-left: 2.25rem;
z-index: 10;
svg {
position: absolute;
top: 50%;
Expand All @@ -35,7 +35,7 @@ const PreviousButton = styled(Button)`
`;
const NextButton = styled(Button)`
padding-right: 2.25rem;
z-index: 10;
svg {
position: absolute;
top: 50%;
Expand Down

0 comments on commit cbcf801

Please sign in to comment.