diff --git a/html/map.ejs b/html/map.ejs index 2206606e..1bfe7f18 100644 --- a/html/map.ejs +++ b/html/map.ejs @@ -17,11 +17,12 @@ body{background:#000;font:14px/1.4 ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial;color:var(--fg)} .app{position:fixed;inset:0;display:grid;grid-template-rows:auto 1fr} .bar{position:relative;z-index:5;display:flex;gap:8px;align-items:center;padding:8px var(--pad); - backdrop-filter:var(--glass);-webkit-backdrop-filter:var(--glass);background:var(--bg)} + backdrop-filter:var(--glass);-webkit-backdrop-filter:var(--glass);background:var(--bg); + overflow:visible} /* ensure suggestions can overflow the bar */ .search{position:relative;flex:1;min-width:0} .search input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #333;background:#0b0b0b;color:#fff;outline:none} .search input:focus{border-color:#444;box-shadow:0 0 0 3px rgba(14,165,233,.15)} - .suggest{position:absolute;top: calc(100% + 6px);left:0;right:0;max-height:42vh;overflow:auto;margin:0;padding:6px 0;list-style:none;border:1px solid #333;border-radius:12px;background:#0b0b0b;display:none} + .suggest{position:absolute;top: calc(100% + 6px);left:0;right:0;max-height:42vh;overflow:auto;margin:0;padding:6px 0;list-style:none;border:1px solid #333;border-radius:12px;background:#0b0b0b;display:none;z-index:9999} /* on top of everything */ .suggest li{padding:10px 12px;cursor:pointer;border-top:1px solid #111;display:flex;gap:8px;align-items:center} .suggest li:first-child{border-top:none} .suggest li.active{background:#141414} @@ -102,7 +103,7 @@ .desktop .menu,.desktop .pins,.desktop .settings{display:none !important} @media (min-width:768px){ .bar{padding:10px 14px} .brand{font-size:20px} } - @media (prefers-reduced-motion:reduce){ *{animation:none !important;transition:none !important} } + @media (prefers-reduced-motion:reduce){ *{animation:none !important;transition:none !重要} }
@@ -226,8 +227,8 @@PokeMaps Public Beta is a lightweight map viewer designed for quick sharing of locations and simple pin management. This beta is still evolving; features and behavior may change at any time, and bugs are expected.
-Map credits: © OpenStreetMap.org contributors. Map tiles and data are provided by the OpenStreetMap community. “Powered by openstreetmap.org”.
-Disclaimer: The geographic data shown here is compiled from community-contributed sources and third-party services. Boundaries, names, designations, and tagging may be incomplete, outdated, or disputed. Displayed borders and labels do not imply endorsement or acceptance of any political status. The map does not reflect the politics of the Poke project nor the opinions of its contributors. Always verify critical information from multiple sources before making decisions.
+Map credits: © OpenStreetMap.org contributors. Map tiles and data are provided by the OpenStreetMap community. Powered by openstreetmap.org.
+Disclaimer: The geographic data shown here is compiled from community-contributed sources and third-party services. Boundaries, names, designations, and tagging may be incomplete, outdated, or disputed. Displayed borders and labels do not imply endorsement or acceptance of any political status. The map does not reflect the politics of the Poke project nor the opinions of the contributors. Always verify critical information from multiple sources before making decisions.
Privacy & usage: Location features depend on your browser’s permissions. Geocoding/search is performed via public OSM services and is subject to their rate limits and policies.
Feedback: Since this is a beta, user feedback helps shape the roadmap. If something breaks, resets, or behaves oddly, that’s expected during Public Beta.