Skip to content

Commit

Permalink
Solving z-index Error in AI Chatbot Code (Opentek-Org#418)
Browse files Browse the repository at this point in the history
* temporary changes

* Fix : issue ✔

* Update index.html

* Old Chatbot removed and repositioned Ai ChatBot

* fix : z-index issue sovle
  • Loading branch information
Nishitbaria authored Jul 5, 2023
1 parent 2ec4726 commit 17be84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ <h2>
key: "3a41c2735a5252b764a5a62bdae65be32e956eca572e1d8b807a3e2338fdd0dc/stage",
bottom: '50px',
left : '50px' ,
zIndex: 10,

onCommand: function (commandData) {
if (commandData && commandData.command === 'openURL') {
if (commandData.target === '_blank'){
Expand Down

0 comments on commit 17be84d

Please sign in to comment.