removed absolute
Browse files
Remotion-app/src/HelloWorld/ImageStream.jsx
CHANGED
@@ -9,8 +9,6 @@ export default function ImageStream() {
|
|
9 |
<TransitionSeries
|
10 |
style={{
|
11 |
color: 'white',
|
12 |
-
position: 'absolute',
|
13 |
-
zIndex: 4,
|
14 |
}}
|
15 |
>
|
16 |
{imageSequences.map((entry, index) => {
|
|
|
9 |
<TransitionSeries
|
10 |
style={{
|
11 |
color: 'white',
|
|
|
|
|
12 |
}}
|
13 |
>
|
14 |
{imageSequences.map((entry, index) => {
|