From 5e750c21c7ec69f2e026917f5fd09bae4ea0aee9 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Tue, 12 Dec 2023 10:20:47 +0800 Subject: [PATCH] fix: z-index --- ui/public/embeb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/public/embeb.js b/ui/public/embeb.js index f0af517ec..bd2edf887 100644 --- a/ui/public/embeb.js +++ b/ui/public/embeb.js @@ -32,7 +32,7 @@ chat_container = document.createElement("div"); chat_container.id = "chat_container"; - chat_container.style.cssText = `position: relative; + chat_container.style.cssText = `z-index:10000;position: relative; width: 420px; height: 600px; border: none;