DF theme: fix flickering at tx page

pull/3333/head
Victor Baranov 4 years ago
parent d58b3fa55d
commit 8da1a8d864
  1. 3
      apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex

@ -14,8 +14,9 @@
document.documentElement.className += " " + "dark-forest-theme-applied";
return;
}
document.getElementsByClassName("layout-container")[0].style.visibility = "visible";
})
document.getElementsByClassName("layout-container")[0].style.visibility = "visible";
}
window.onload = applyCustomMode()
</script>

Loading…
Cancel
Save