Skip to content

Commit 46450b8

Browse files
authored
Use absolute placement for Ask AI button (#15628)
Signed-off-by: Harry Mellor <[email protected]>
1 parent 13ac9ca commit 46450b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/_static/custom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ document.addEventListener("DOMContentLoaded", function () {
1010
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
1111
script.setAttribute("runllm-name", "vLLM");
1212
script.setAttribute("runllm-position", "BOTTOM_RIGHT");
13-
script.setAttribute("runllm-position-y", "20%");
14-
script.setAttribute("runllm-position-x", "3%");
13+
script.setAttribute("runllm-position-y", "120px");
14+
script.setAttribute("runllm-position-x", "20px");
1515
script.setAttribute("runllm-assistant-id", "207");
1616

1717
script.async = true;

0 commit comments

Comments
 (0)