From c075335271d06dd4b58e551a4e96ee0179b8f0eb Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 21 Sep 2017 11:00:56 +0300 Subject: [PATCH] ImageCarousel should take 100vh (previously there was similar thing in modal) --- src/components/ImageCarousel/ImageCarousel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ImageCarousel/ImageCarousel.css b/src/components/ImageCarousel/ImageCarousel.css index 17c0c3e1..bac74a3d 100644 --- a/src/components/ImageCarousel/ImageCarousel.css +++ b/src/components/ImageCarousel/ImageCarousel.css @@ -7,7 +7,7 @@ .root { position: relative; width: 100%; - height: 100%; + height: 100vh; padding: 0; @media (--viewportMedium) {