mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
fix: z-index
This commit is contained in:
parent
0ec3051761
commit
5e750c21c7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue