In Send screen, contacts positioned below buttons.

This commit is contained in:
Brendon Duncan 2018-07-13 17:50:50 +12:00
commit 658c58c59f

View file

@ -2,13 +2,10 @@
@extend .deflash-blue;
&-header{
position: absolute;
height: 300px;
width: 100%;
}
&-contacts {
position: absolute;
top: 300px;
height: calc(100vh - 300px - 50px - 44px);
overflow: scroll;
}