leafpop
leafpop copied to clipboard
Setting height and width for popupTable()
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?
I was able to make the adjustments using CSS e.g.
.leaflet-popup-content { height: 150px; overflow-y: scroll; }