diff --git a/src/components/List/List.styles.ts b/src/components/List/List.styles.ts index 081ffd2..3eebb14 100644 --- a/src/components/List/List.styles.ts +++ b/src/components/List/List.styles.ts @@ -13,5 +13,6 @@ export default StyleSheet.create( { left: 0, bottom: 0, right: 0, + zIndex: 3, }, } ); diff --git a/src/components/Progress/Progress.styles.ts b/src/components/Progress/Progress.styles.ts index 97e6d34..a265a10 100644 --- a/src/components/Progress/Progress.styles.ts +++ b/src/components/Progress/Progress.styles.ts @@ -8,7 +8,6 @@ export default StyleSheet.create( { height: 2, flexDirection: 'row', gap: 4, - zindex: 3, }, item: { height: 3,