Skip to content

Commit c2b258d

Browse files
scrollable location in maps
1 parent ed764ab commit c2b258d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SJPv6/www/here-maps.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1>Search for a Location based on an Address</h1>
2020
<input type="text" id="location" name="location" required minlength="3" maxlength="40" size="10" />
2121
<button onclick="javascript:searchLocation()">Search Location</button>
22-
<div id="panel"></div>
22+
<div id="panel" style="overflow-y: scroll; height:400px;"></div>
2323
<p>Request a location using a free-form text input and display it on the map.</p>
2424
</div>
2525
<p>This example makes a geocoding request and retrieves the latitude, longitude and

0 commit comments

Comments
 (0)