1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #5328 from whymarrh/fix-first-time-flow

Fix height of first-time-flow container
This commit is contained in:
Whymarrh Whitby 2018-09-24 14:43:26 -02:30 committed by GitHub
commit 24d8d4ae00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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