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:
parent
ba50455abd
commit
691e3026d9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
// Keep the user engaged with a nice bannery message
|
// Keep the user engaged with a nice bannery message
|
||||||
|
|
||||||
var d1 = document.createElement('div')
|
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')
|
var p1 = document.createElement('p')
|
||||||
p1.innerHTML = 'Seance loading in progress...'
|
p1.innerHTML = 'Seance loading in progress...'
|
||||||
|
|
Loading…
Reference in a new issue