Skip to content

Commit

Permalink
fix: avoid previous button disappearing
Browse files Browse the repository at this point in the history
refs: PREV-124 (#39)
  • Loading branch information
CataldoMazzilli authored Sep 28, 2023
1 parent a3eb8ea commit a2892e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preview/StyledComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const AbsoluteLeftIconButton = styled(IconButton)`
position: absolute;
left: 0.5rem;
top: 50%;
z-index: 1;
`;

export const AbsoluteRightIconButton = styled(IconButton)`
Expand Down

0 comments on commit a2892e4

Please sign in to comment.