ImageCarousel should take 100vh (previously there was similar thing in modal)

This commit is contained in:
Vesa Luusua 2017-09-21 11:00:56 +03:00
parent 279d2e5a51
commit c075335271

View file

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