Files
jinhojang6 64232da94d fix: revert map popup to reliable responsive width
Shrink-to-fit (w-fit + auto grid track) keeps collapsing the text column
inside Leaflet's popup engine — the title truncates to "Lo" in a squashed
box. Revert to the definite responsive width that renders correctly:
w-[calc(100vw-2rem)] max-w-[463px] with a minmax(0,1fr) text track. Keeps
the close-button vertical alignment (top:12px) from the prior change.
2026-06-27 01:22:42 +09:00
..