From 3c58ae6b82d36505457ff643c3356bb583c5f9df Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Mon, 24 Sep 2018 00:17:07 -0230 Subject: Fix height of first-time-flow container --- mascara/src/app/first-time/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'mascara/src/app/first-time/index.css') 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; -- cgit