Merge pull request #423 from sharetribe/fix-imagecarousel-height

ImageCarousel should take 100vh
This commit is contained in:
Vesa Luusua 2017-09-21 11:07:54 +03:00 committed by GitHub
commit d6900fa8c8

View file

@ -7,7 +7,7 @@
.root {
position: relative;
width: 100%;
height: 100%;
height: 100vh;
padding: 0;
@media (--viewportMedium) {