Track transaction among mempool blocks.

This commit is contained in:
Simon Lindh
2020-02-23 05:23:24 +07:00
committed by wiz
parent f3cfa038d3
commit 5186f81d56
14 changed files with 53 additions and 35 deletions

View File

@@ -100,3 +100,15 @@
z-index: 100;
position: relative;
}
#arrow-up {
position: relative;
right: 75px;
top: 140px;
transition: 1s;
width: 0;
height: 0;
border-left: 35px solid transparent;
border-right: 35px solid transparent;
border-bottom: 35px solid #FFF;
}