diff --git a/static/bookmarklet.js b/static/bookmarklet.js index 10dc1e4..d4084c8 100644 --- a/static/bookmarklet.js +++ b/static/bookmarklet.js @@ -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...'