image index
Browse files
Remotion-app/src/HelloWorld/VideoStream.jsx
CHANGED
@@ -10,7 +10,7 @@ export default function VideoStream() {
|
|
10 |
style={{
|
11 |
color: 'white',
|
12 |
position: 'absolute',
|
13 |
-
zIndex:
|
14 |
}}
|
15 |
>
|
16 |
{videoSequences.map((entry, index) => {
|
|
|
10 |
style={{
|
11 |
color: 'white',
|
12 |
position: 'absolute',
|
13 |
+
zIndex: 1,
|
14 |
}}
|
15 |
>
|
16 |
{videoSequences.map((entry, index) => {
|