Skip to content

Commit 4d4a86c

Browse files
committed
add important
1 parent 8b38240 commit 4d4a86c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fern/custom.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ function injectVapiWidget() {
3636

3737
const internalDiv = widget.querySelector('div');
3838
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';
39+
internalDiv.style.position = 'fixed !important';
40+
internalDiv.style.right = 'var(--ask-ai-panel-width) !important';
41+
internalDiv.style.transition = 'right 0.5s ease-out !important';
4242
}
4343
};
4444
document.body.appendChild(script);

0 commit comments

Comments
 (0)