We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b38240 commit 4d4a86cCopy full SHA for 4d4a86c
1 file changed
fern/custom.js
@@ -36,9 +36,9 @@ function injectVapiWidget() {
36
37
const internalDiv = widget.querySelector('div');
38
if (internalDiv) {
39
- internalDiv.style.position = 'fixed';
40
- internalDiv.style.right = 'var(--ask-ai-panel-width)';
41
- internalDiv.style.transition = 'right 0.5s ease-out';
+ internalDiv.style.position = 'fixed !important';
+ internalDiv.style.right = 'var(--ask-ai-panel-width) !important';
+ internalDiv.style.transition = 'right 0.5s ease-out !important';
42
}
43
};
44
document.body.appendChild(script);
0 commit comments