From 0ed31af61b7422681fed27bb4d76798790439fc4 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 12 Dec 2023 10:10:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9B=BA=E5=AE=9A=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/public/embeb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/public/embeb.js b/ui/public/embeb.js index 31a9be181..f0af517ec 100644 --- a/ui/public/embeb.js +++ b/ui/public/embeb.js @@ -27,7 +27,7 @@ `; chat_button = document.createElement("div"); chat_button.style = - "position: absolute;bottom: 40px;right: 20px;cursor: pointer;"; + "position: fixed;bottom: 40px;right: 20px;cursor: pointer;"; chat_button.innerHTML = icon; chat_container = document.createElement("div"); @@ -37,7 +37,7 @@ height: 600px; border: none; border-radius: 7px 7px 7px 7px; - position: absolute;bottom: 40px;right: 20px`; + position: fixed;bottom: 40px;right: 20px`; chat_container.style["display"] = "none"; chat = document.createElement("iframe");