From 30edb881edd65ad44488c64aaa8bd20fdf8f5a52 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Wed, 21 Aug 2019 14:41:14 +0200 Subject: [PATCH] Ensure popup is fully visible --- src/styles/_popup.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_popup.scss b/src/styles/_popup.scss index 5f003778..f9aab490 100644 --- a/src/styles/_popup.scss +++ b/src/styles/_popup.scss @@ -28,7 +28,7 @@ } .maputnik-feature-property-popup { - max-height: calc(100vh - 40px - 40px); /* toolbar height: 40px, padding: 40px */ + max-height: calc(50vh - 40px); /* toolbar height: 40px */ overflow-y: auto; .maputnik-input-block { margin: 0;