Find a file
Chandler Swift 6d81afb395
Fix mobile popups to window
This doesn't really do all that great a job; Leaflet doesn't really seem
to be equipped to do this well (or, more likely, I'm just not figuring
out how to do it!).

The hack with the extra container is necessary because the transform on
the `.leaflet-map-pane` element creates a new stacking context, which
messes up even `position: fixed`. I wasn't able to figure out a way to
get around this.

Written on an airplane without an internet connection, so per the XKCD
I'd link but can't, "my apparent IQ goes down like 30 points when
[I don't have docs handy; orig "Wikipedia is down"]"!
2024-11-30 12:34:33 -06:00
data Initial commit 2024-11-26 20:41:37 -06:00
leaflet Initial commit 2024-11-26 20:41:37 -06:00
resources Initial commit 2024-11-26 20:41:37 -06:00
scripts Initial commit 2024-11-26 20:41:37 -06:00
.envrc Initial commit 2024-11-26 20:41:37 -06:00
.gitignore Initial commit 2024-11-26 20:41:37 -06:00
index.html Initial commit 2024-11-26 20:41:37 -06:00
Makefile Initial commit 2024-11-26 20:41:37 -06:00
map.html Fix mobile popups to window 2024-11-30 12:34:33 -06:00
shell.nix Initial commit 2024-11-26 20:41:37 -06:00