Increase z-index of "Loading..." bookmarklet banner

Medium's popup was overpowering it, but now we've got the other
hand
This commit is contained in:
Badri Sunderarajan 2020-05-08 15:44:38 +05:30
parent ba50455abd
commit 691e3026d9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
// Keep the user engaged with a nice bannery message
var d1 = document.createElement('div')
d1.style="position: absolute; top:0; right: 0; left: 0; background-color: turquoise; min-height: 2em; z-index: 100; text-align: center;"
d1.style="position: absolute; top:0; right: 0; left: 0; background-color: turquoise; min-height: 2em; z-index: 1000; text-align: center;"
var p1 = document.createElement('p')
p1.innerHTML = 'Seance loading in progress...'