Fix height of first-time-flow container

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 04988eca5e
commit 3c58ae6b82
  1. 1
      mascara/src/app/first-time/index.css

@ -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;

Loading…
Cancel
Save