Skip to content

Commit 22ac57b

Browse files
authored
fix(experience): fix signature position in mobile (#8024)
1 parent 73d3ae8 commit 22ac57b

File tree

1 file changed

+0
-1
lines changed
  • packages/experience/src/components/LogtoSignature

1 file changed

+0
-1
lines changed

packages/experience/src/components/LogtoSignature/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ const LogtoSignature = ({ className }: Props) => {
121121
container.style.setProperty('display', 'block', 'important');
122122
container.style.setProperty('visibility', 'visible', 'important');
123123
container.style.setProperty('opacity', '1', 'important');
124-
container.style.setProperty('position', 'absolute', 'important');
125124
}
126125

127126
anchor.removeAttribute('hidden');

0 commit comments

Comments
 (0)