diff --git a/src/preview/StyledComponents.tsx b/src/preview/StyledComponents.tsx index 0a9297c..aef643a 100644 --- a/src/preview/StyledComponents.tsx +++ b/src/preview/StyledComponents.tsx @@ -11,6 +11,7 @@ export const AbsoluteLeftIconButton = styled(IconButton)` position: absolute; left: 0.5rem; top: 50%; + z-index: 1; `; export const AbsoluteRightIconButton = styled(IconButton)`