fix: plain z index (#19767)
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user