From 7208b9a1ae526507f5507e4e9319200ed91ca77e Mon Sep 17 00:00:00 2001 From: Lorenzo Natali Date: Wed, 26 Oct 2016 13:08:52 +0200 Subject: [PATCH] Fix #1213. Removed unwanted css for modal --- web/client/product/assets/css/viewer.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/client/product/assets/css/viewer.css b/web/client/product/assets/css/viewer.css index e85d7fcfaf..c2e59146f4 100644 --- a/web/client/product/assets/css/viewer.css +++ b/web/client/product/assets/css/viewer.css @@ -447,6 +447,8 @@ html, body, #container, .fill { .modal-body { background-color: white; +} + #mapstore-print-panel .modal-body { max-height: calc(100vh - 190px); overflow-y: auto; }