| @@ -49,9 +49,10 @@ | ||
| 49 | 49 | }); |
| 50 | 50 | agent.style.position = 'sticky'; |
| 51 | 51 | agent.style.top = 'calc(100% - var(--extendify-agent-mobile-btn-height))'; |
| 52 | 52 | agent.style.bottom = '0'; |
| 53 | - agent.style.zIndex = '99999'; | |
| 53 | + // Under the canvas scrim the tap that restores the chat never lands. | |
| 54 | + agent.style.zIndex = '999999'; | |
| 54 | 55 | document.body.appendChild(agent); |
| 55 | 56 | render(<Mobile />, agent); |
| 56 | 57 | }); |
| 57 | 58 | |