fix: plain z index (#19767)

This commit is contained in:
nizzy
2025-03-05 16:15:01 +00:00
committed by GitHub
parent b74a49f31d
commit ba1ede2e31
+2
View File
@@ -69,6 +69,7 @@ interface PlainChatConfig {
launcherIconColor: string;
};
position: {
zIndex: string;
bottom: string;
right: string;
};
@@ -232,6 +233,7 @@ const PlainChat = () => {
launcherIconColor: "#FFFFFF",
},
position: {
zIndex: "1",
bottom: "20px",
right: "20px",
},