Fixes modal scrolling issue by changing height 100vh to bottom 0

This commit is contained in:
Mikko Koski 2017-05-18 09:16:39 +03:00
parent 49b52b0506
commit c119d67f78

View file

@ -5,7 +5,7 @@
flex-direction: column;
position: fixed;
top: 0;
height: 100vh;
bottom: 0;
width: 100%;
z-index: 100;
background-color: white;