1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

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

View File

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