aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-09-25 01:13:26 +0800
committerGitHub <noreply@github.com>2018-09-25 01:13:26 +0800
commit24d8d4ae0077a3adbcdd6c37e4ddc476228195a6 (patch)
treefd5541352dc3525528fe54bb04ceddb82a94e825
parent82ec86d953cb22d36f9b67d35e3d994d7d2d245d (diff)
parent3c58ae6b82d36505457ff643c3356bb583c5f9df (diff)
downloadtangerine-wallet-browser-24d8d4ae0077a3adbcdd6c37e4ddc476228195a6.tar.gz
tangerine-wallet-browser-24d8d4ae0077a3adbcdd6c37e4ddc476228195a6.tar.zst
tangerine-wallet-browser-24d8d4ae0077a3adbcdd6c37e4ddc476228195a6.zip
Merge pull request #5328 from whymarrh/fix-first-time-flow
Fix height of first-time-flow container
-rw-r--r--mascara/src/app/first-time/index.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/mascara/src/app/first-time/index.css b/mascara/src/app/first-time/index.css
index 2d05a48b8..d7010d6da 100644
--- a/mascara/src/app/first-time/index.css
+++ b/mascara/src/app/first-time/index.css
@@ -8,6 +8,7 @@
.first-time-flow {
width: 100vw;
+ height: 100vh;
background-color: #fff;
overflow: auto;
display: flex;