Skip to content

Commit

Permalink
Change chatrix-popup-container zIndex
Browse files Browse the repository at this point in the history
fixes #206
  • Loading branch information
lezama committed Mar 23, 2023
1 parent 7fa1499 commit eaf84d6
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 eaf84d6

Please sign in to comment.