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;