Remove border styles in overflowing popups (#8260)

* Remove border styles in overflowing popups

* Document `leaflet-popup-scrolled` CSS selector

* Be explicit about which type of selector
This commit is contained in:
Robert Linder
2022-05-24 18:18:24 +02:00
committed by GitHub
parent 399ed21052
commit 714b9e23cf
2 changed files with 2 additions and 2 deletions

View File

@ -58,6 +58,8 @@ export var Popup = DivOverlay.extend({
// @option maxHeight: Number = null
// If set, creates a scrollable container of the given height
// inside a popup if its content exceeds it.
// The scrollable container can be styled using the
// `leaflet-popup-scrolled` CSS class selector.
maxHeight: null,
// @option autoPan: Boolean = true