exodus4d / pathfinder

Mapping tool for EVE ONLINE
https://www.pathfinder-w.space
MIT License
383 stars 250 forks source link

map not resizable on Safari, resizing element not visible #1020

Open armhold opened 3 years ago

armhold commented 3 years ago

On safari, it's not possible to resize the map, and users are forced to use the scrollbars to move the map around a rather small viewable area. Under Firefox there is a resizing element that is not visible on Safari.

armhold commented 3 years ago
pf
armhold commented 3 years ago

As a hack, I can inspect the page and find the element with class pf-map-tab-content-area-map. I modified the style element to contain height: 1500px;, which is sort of a workaround, but not great. It does seem to remember this setting once modified.