Skip to content

Commit

Permalink
Remove inline-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Argunov committed Jun 28, 2023
1 parent 42948d0 commit 0ddfd4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0ddfd4b

Please sign in to comment.