From eeed1c74927c8f60196909beed32e70f080205c3 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 16 Nov 2025 17:11:43 +0530 Subject: [PATCH] adjust z-index --- src/components/player/utils/playerStyles.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/player/utils/playerStyles.ts b/src/components/player/utils/playerStyles.ts index a8e974c0..76835dc0 100644 --- a/src/components/player/utils/playerStyles.ts +++ b/src/components/player/utils/playerStyles.ts @@ -79,6 +79,7 @@ export const styles = StyleSheet.create({ paddingBottom: padV, paddingHorizontal: padH, paddingTop: padV, + zIndex: 1001, }, header: { flexDirection: 'row', @@ -245,7 +246,7 @@ export const styles = StyleSheet.create({ left: 0, right: 0, paddingHorizontal: padH, - zIndex: 1000, + zIndex: 21, }, progressTouchArea: { height: progressTouchHeight, // Increased touch area for larger displays @@ -352,6 +353,7 @@ export const styles = StyleSheet.create({ borderWidth: 1, borderColor: 'rgba(255, 255, 255, 0.2)', alignSelf: 'center', + zIndex: 1002, }, modalOverlay: { flex: 1,