diff --git a/src/index.tsx b/src/index.tsx index 8e43e2fc..fcca99e7 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -167,7 +167,6 @@ export interface Props { const resizableStyle = { width: "auto" as "auto", height: "auto" as "auto", - display: "inline-block" as "inline-block", position: "absolute" as "absolute", top: 0, left: 0,