diff --git a/web/barf/frontend/index.html b/web/barf/frontend/index.html index 1970703ef1..62c7a52e55 100644 --- a/web/barf/frontend/index.html +++ b/web/barf/frontend/index.html @@ -500,6 +500,19 @@ body.all-done .now-safe { bottom: 5px; right: 100%; } +#clickshield { + display: none; +} +.network-transaction #clickshield { + display: block; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 99999; + cursor: wait; +} @media (max-width: 1000px) { #page { @@ -571,6 +584,7 @@ body.all-done .now-safe { +