From a95b2932db478e5488d835aaa89754ebdeafdcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20Wolan=CC=81ski?= Date: Wed, 11 Oct 2017 23:11:40 +0200 Subject: [PATCH] Modal scrolling #156: Issue fixed --- src/styles/_modal.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 9a2fd80..5674060 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -41,7 +41,7 @@ } .maputnik-modal-scroller { - max-height: 90vh; + max-height: calc(100vh - 35px); overflow-y: auto; } @@ -85,7 +85,6 @@ } .maputnik-style-gallery-container { - overflow-y: scroll; flex-shrink: 1; }