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 515e74c commit 48d5c78Copy full SHA for 48d5c78
packages/experience/src/components/LogtoSignature/index.tsx
@@ -121,7 +121,7 @@ const LogtoSignature = ({ className }: Props) => {
121
container.style.setProperty('display', 'block', 'important');
122
container.style.setProperty('visibility', 'visible', 'important');
123
container.style.setProperty('opacity', '1', 'important');
124
- container.style.setProperty('position', 'static', 'important');
+ container.style.setProperty('position', 'absolute', 'important');
125
}
126
127
anchor.removeAttribute('hidden');
0 commit comments