fix: z-index

v3.2
shaohuzhang1 2023-12-12 10:20:47 +08:00
parent 0ec3051761
commit 5e750c21c7
1 changed files with 1 additions and 1 deletions

View File

@ -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;