We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed764ab commit c2b258dCopy full SHA for c2b258d
SJPv6/www/here-maps.html
@@ -19,7 +19,7 @@
19
<h1>Search for a Location based on an Address</h1>
20
<input type="text" id="location" name="location" required minlength="3" maxlength="40" size="10" />
21
<button onclick="javascript:searchLocation()">Search Location</button>
22
- <div id="panel"></div>
+ <div id="panel" style="overflow-y: scroll; height:400px;"></div>
23
<p>Request a location using a free-form text input and display it on the map.</p>
24
</div>
25
<p>This example makes a geocoding request and retrieves the latitude, longitude and
0 commit comments