Skip to content

Commit dffa9ce

Browse files
committed
remove useless and buggy css from the container
1 parent e9302fd commit dffa9ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/react/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ const SimpleParallax: React.FunctionComponent<SimpleParallaxProps> = ({
9292
<div
9393
ref={elementRef}
9494
style={{
95-
display: "inline-block",
9695
overflow: overflow ? "visible" : "hidden",
97-
width: "100%",
98-
height: "100%",
9996
}}
10097
>
10198
{clonedChild}

0 commit comments

Comments
 (0)