From 824616f6bdbc8f8a7443fe3ada5f89244f89f454 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Fri, 9 Aug 2019 15:55:52 +0200 Subject: [PATCH] Make popups scrollable --- src/styles/_popup.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/_popup.scss b/src/styles/_popup.scss index 2338f899..27a2f9eb 100644 --- a/src/styles/_popup.scss +++ b/src/styles/_popup.scss @@ -28,6 +28,8 @@ } .maputnik-feature-property-popup { + max-height: 500px; + overflow-y: auto; .maputnik-input-block { margin: 0; margin-left: $margin-2;