Merge pull request #177 from sharetribe/fix-modal-scrolling

Fixes modal scrolling issue by changing height 100vh to bottom 0
This commit is contained in:
Mikko Koski 2017-05-18 09:25:33 +03:00 committed by GitHub
commit 65400a689a

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;