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 f56faf3 commit 450a971Copy full SHA for 450a971
microfrontends/SignDocuments/src/Component/component/renderPdf.js
@@ -42,8 +42,7 @@ function RenderPdf({
42
const isMobile = window.innerWidth < 767;
43
const newWidth = window.innerWidth;
44
const scale = isMobile ? pdfOriginalWidth / newWidth : 1;
45
- //check isSigner is present in local if yes than handle login flow header in mobile view
46
- const isSigner = localStorage.getItem("isSigner");
+
47
// handle signature block width and height according to screen
48
const posWidth = (pos) => {
49
let width;
@@ -269,7 +268,7 @@ function RenderPdf({
269
268
<div
270
style={{
271
border: "0.1px solid #ebe8e8",
272
- marginTop: isSigner && "30px"
+ marginTop:"30px"
273
}}
274
ref={drop}
275
id="container"
0 commit comments