From 0ddfd4bef33de672d9300e3437d70bf28e712986 Mon Sep 17 00:00:00 2001 From: Alexander Argunov Date: Wed, 28 Jun 2023 11:42:55 +0300 Subject: [PATCH] Remove inline-block --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) 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,