playback - style
This commit is contained in:
@@ -210,7 +210,7 @@ const Playbacks = () => {
|
||||
<Page
|
||||
headerType="NONE"
|
||||
width="100%"
|
||||
containerStyle={{ padding: 0 }}
|
||||
containerStyle={{ padding: 0, margin: 0 }}
|
||||
>
|
||||
<View style={styles.screen}>
|
||||
{activeVideoUrl ? (
|
||||
@@ -272,11 +272,17 @@ export default Playbacks;
|
||||
const styles = StyleSheet.create({
|
||||
screen: {
|
||||
flex: 1,
|
||||
overscrollBehavior: "none",
|
||||
position: "relative",
|
||||
// overscrollBehavior: "none",
|
||||
// position: "relative",
|
||||
},
|
||||
backgroundVideoWrapper: {
|
||||
...StyleSheet.absoluteFillObject,
|
||||
// ...StyleSheet.absoluteFillObject,
|
||||
height: "100%",
|
||||
width: "100%",
|
||||
position: "absolute",
|
||||
top: 0,
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
overflow: "hidden",
|
||||
zIndex: -1,
|
||||
backgroundColor: "#060606",
|
||||
|
||||
Reference in New Issue
Block a user