diff --git a/index.html b/index.html index cb32578..d016a4e 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ padding-bottom: 9px; background: white; box-shadow: 0 2px 1px -1px #ccc; + z-index: 999999; } '; - document.body.insertBefore(new_div, document.body.firstChild); + document.body.prepend(new_div); document.body.style.paddingLeft = "24px"; inline_switcher(); + + css_link.onload = on_css_load; }