diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex index 23fbc059d0..86125905a4 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex +++ b/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()