Having an issue not being able to see the Minimize and Close chat buttons in the upper right hand corner of the chat box. The functionality is there, the buttons do work, but can't view them. Tried playing around with the 'overflow', 'z-index', 'color', 'fill', etc of different css attributes, to no avail. Occurs with both light and dark theme. Any ideas?
widgets.config.js:
window._genesys = {
"widgets": {
'main': {
'theme': 'light',
'i18n': {
"en": {
"webchat": {
"ChatTitle": "Google Fiber Webpass Chat",
}
}
}
},
"webchat": {
"transport": {
"type": "purecloud-v2-sockets",
"dataURL": "https://api.usw2.pure.cloud",
"deploymentKey": "xxx",
"orgGuid": "xxx",
"interactionData": {
"routing": {
"targetType": "QUEUE",
"targetAddress": "Test Queue",
"priority": 2
}
},
},
"emojis": true,
}
},
};