mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-08 03:00:41 +00:00
adjust z-index
This commit is contained in:
parent
655ddbeb42
commit
eeed1c7492
1 changed files with 3 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ export const styles = StyleSheet.create({
|
||||||
paddingBottom: padV,
|
paddingBottom: padV,
|
||||||
paddingHorizontal: padH,
|
paddingHorizontal: padH,
|
||||||
paddingTop: padV,
|
paddingTop: padV,
|
||||||
|
zIndex: 1001,
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|
@ -245,7 +246,7 @@ export const styles = StyleSheet.create({
|
||||||
left: 0,
|
left: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
paddingHorizontal: padH,
|
paddingHorizontal: padH,
|
||||||
zIndex: 1000,
|
zIndex: 21,
|
||||||
},
|
},
|
||||||
progressTouchArea: {
|
progressTouchArea: {
|
||||||
height: progressTouchHeight, // Increased touch area for larger displays
|
height: progressTouchHeight, // Increased touch area for larger displays
|
||||||
|
|
@ -352,6 +353,7 @@ export const styles = StyleSheet.create({
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
borderColor: 'rgba(255, 255, 255, 0.2)',
|
borderColor: 'rgba(255, 255, 255, 0.2)',
|
||||||
alignSelf: 'center',
|
alignSelf: 'center',
|
||||||
|
zIndex: 1002,
|
||||||
},
|
},
|
||||||
modalOverlay: {
|
modalOverlay: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue