Fix height of first-time-flow container

This commit is contained in:
Whymarrh Whitby 2018-09-24 00:17:07 -02:30
parent 04988eca5e
commit 3c58ae6b82
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
.first-time-flow {
width: 100vw;
height: 100vh;
background-color: #fff;
overflow: auto;
display: flex;