leafpop icon indicating copy to clipboard operation
leafpop copied to clipboard

Setting height and width for popupTable()

Open Newtonrific opened this issue 1 year ago • 1 comments

I can see in the documentation that there are arguments height and width to set the popup height and width in pixels. However, these arguments are ignored by leafpop::popuptable. How can one adjust the default height and width?

Newtonrific avatar Apr 04 '23 11:04 Newtonrific

I was able to make the adjustments using CSS e.g.

.leaflet-popup-content { height: 150px; overflow-y: scroll; }

Newtonrific avatar Apr 11 '23 09:04 Newtonrific