diff --git a/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/App.css b/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/App.css index b3dcf9f4..f87faa06 100644 --- a/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/App.css +++ b/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/App.css @@ -1197,4 +1197,24 @@ div.volumeVisualizer::before { .dominant-speakers-list { max-height: 12em; overflow-y: auto; -} \ No newline at end of file +} + +#components_container { + width: 73%; +} + +#chat_container { + position: -webkit-sticky; /* Safari */ + position: fixed; + bottom: 0; + right: 0; + height: 50%; + width: 23%; + z-index: 2; +} + +.chat_iframe { + width: 100%; + height: 100%; + border: 0; +} diff --git a/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/MakeCall/MakeCall.js b/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/MakeCall/MakeCall.js index 8ea6e3f1..ab729bcd 100644 --- a/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/MakeCall/MakeCall.js +++ b/AI/calling/customerSupportAndBusinessInsights/frontEnd/webCallingApp/Project/src/MakeCall/MakeCall.js @@ -779,7 +779,8 @@ this.deviceManager.on('selectedSpeakerChanged', () => { console.log(this.deviceM // when toggling their show/hide code functionality, videos dissapear from DOM. return ( -