Skip to content

Commit

Permalink
Merge pull request #207 from Automattic/fix-206
Browse files Browse the repository at this point in the history
Change chatrix-popup-container zIndex
  • Loading branch information
psrpinto committed Mar 24, 2023
2 parents 7fa1499 + eaf84d6 commit e165782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Popup/popup.js
Expand Up @@ -8,6 +8,7 @@
const container = document.createElement("div");
container.id = "chatrix-popup-container";
document.body.appendChild(container);
container.style.zIndex = 1;

Chatrix.renderPopup(container, {
defaultHomeserver: config.defaultHomeserver,
Expand Down

0 comments on commit e165782

Please sign in to comment.