Fix tx info width

This commit is contained in:
Mononaut 2021-03-29 19:50:47 -06:00
parent 5ace47c125
commit ac81caafed

View File

@ -14,7 +14,7 @@ function formatBTC (sats) {
.tx-info {
position: fixed;
z-index: 50;
width: 200px;
width: 240px;
display: block;
transform: translate(-1rem, -120%);
pointer-events: none;