We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc40b04 commit 92d3a85Copy full SHA for 92d3a85
microfrontends/SignDocuments/src/Component/component/placeholderBorder.js
@@ -16,8 +16,12 @@ function PlaceholderBorder(props) {
16
// height: props.pos.Height
17
// ? props.pos.Height + getResizeBorderExtraWidth
18
// : 60 + getResizeBorderExtraWidth,
19
- width: props?.posWidth(props.pos) + getResizeBorderExtraWidth,
20
- height: props?.posHeight(props.pos) + getResizeBorderExtraWidth,
+ width:
+ props?.posWidth(props.pos, props?.isSignYourself) +
21
+ getResizeBorderExtraWidth,
22
+ height:
23
+ props?.posHeight(props.pos, props?.isSignYourself) +
24
25
borderWidth: "0.2px",
26
overflow: "hidden"
27
}}
0 commit comments