diff --git a/client/src/components/BlockInfo.svelte b/client/src/components/BlockInfo.svelte index efe2de3..9625d98 100644 --- a/client/src/components/BlockInfo.svelte +++ b/client/src/components/BlockInfo.svelte @@ -282,6 +282,12 @@ } } + @media screen and (max-height: 760px) { + .explore-button { + bottom: -1em; + } + } + .block-info.landscape { bottom: unset; left: unset; diff --git a/client/src/components/TxViz.svelte b/client/src/components/TxViz.svelte index 5b29891..636fc45 100644 --- a/client/src/components/TxViz.svelte +++ b/client/src/components/TxViz.svelte @@ -575,7 +575,7 @@ {/if} {#if $loading} -
@@ -118,6 +118,7 @@ function cancelDrag (e) { .satoshi-slider { width: 100%; position: relative; + touch-action: none; .track { position: relative;