From 658c58c59fbdf1a0b4e8e37f5740caa2d3eb073b Mon Sep 17 00:00:00 2001 From: Brendon Duncan Date: Fri, 13 Jul 2018 17:50:50 +1200 Subject: [PATCH] In Send screen, contacts positioned below buttons. --- src/sass/views/tab-send.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sass/views/tab-send.scss b/src/sass/views/tab-send.scss index f2d0dd1dd..717ebff89 100644 --- a/src/sass/views/tab-send.scss +++ b/src/sass/views/tab-send.scss @@ -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; }