Skip to content

Commit 48d5c78

Browse files
authored
fix(experience): fix logto sigature position (#7929)
1 parent 515e74c commit 48d5c78

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ 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', 'static', 'important');
124+
container.style.setProperty('position', 'absolute', 'important');
125125
}
126126

127127
anchor.removeAttribute('hidden');

0 commit comments

Comments
 (0)