From 012f6cb11f4a1ecbaffc9c8333cbbbe4bfa3a5e7 Mon Sep 17 00:00:00 2001 From: Cataldo Mazzilli Date: Thu, 28 Sep 2023 10:16:20 +0200 Subject: [PATCH] fix: avoid previous button disappearing refs: PREV-124 --- src/preview/StyledComponents.tsx | 1 + 1 file changed, 1 insertion(+) 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)`