-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
Among other reports. Seems to be affecting only macOS.
I believe it has something to do with the brittle resizing logic here:
larentals/assets/javascript/popup.js
Lines 331 to 339 in cce993f
| // Bind the popup to the layer and set the max height and width based on the screen size | |
| layer.bindPopup( | |
| popupContent, | |
| { | |
| maxHeight: window.innerWidth < 768 ? 410 : 650, | |
| maxWidth: window.innerWidth < 768 ? 175 : 300, | |
| closeButton: false, | |
| }, | |
| ); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed