From 46450b8d33eeee3c619e4d6aea6652ee3d16386f Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:52:18 +0000 Subject: [PATCH] Use absolute placement for Ask AI button (#15628) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- docs/source/_static/custom.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/_static/custom.js b/docs/source/_static/custom.js index be0b2a38..58bc2ebb 100644 --- a/docs/source/_static/custom.js +++ b/docs/source/_static/custom.js @@ -10,8 +10,8 @@ document.addEventListener("DOMContentLoaded", function () { script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget. script.setAttribute("runllm-name", "vLLM"); script.setAttribute("runllm-position", "BOTTOM_RIGHT"); - script.setAttribute("runllm-position-y", "20%"); - script.setAttribute("runllm-position-x", "3%"); + script.setAttribute("runllm-position-y", "120px"); + script.setAttribute("runllm-position-x", "20px"); script.setAttribute("runllm-assistant-id", "207"); script.async = true;