Add z-index to popup

pull/10/head
trivernis 10 months ago
parent c526911449
commit 01771ee3d3
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -2,6 +2,7 @@
<style lang="scss">
#no-chromium-popup {
z-index: 9999;
position: fixed;
display: flex;
height: 100vh;

@ -13,7 +13,7 @@ async function showNoChromiumPopup() {
document.body.appendChild(child);
}
document.querySelector("#no-chromium-popup").style = "";
document.querySelector("#no-chromium-popup").style = "z-index: 9999;";
document.querySelector("#no-chromium-hide-button").addEventListener("click", hideNoChromiumPopup);
}
}

Loading…
Cancel
Save