<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: My bookmark list does not scroll in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480516#M24124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That worked. I was applying the overflow:auto to the wrong div.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2017 19:19:29 GMT</pubDate>
    <dc:creator>GeneH_Chesco</dc:creator>
    <dc:date>2017-09-12T19:19:29Z</dc:date>
    <item>
      <title>My bookmark list does not scroll</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480513#M24121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bookmark list here:&amp;nbsp;&lt;A class="link-titled" href="https://chesco.maps.arcgis.com/apps/MapTools/index.html?appid=873f036ecb6d418c9cf80eaa022c48b7" title="https://chesco.maps.arcgis.com/apps/MapTools/index.html?appid=873f036ecb6d418c9cf80eaa022c48b7"&gt;https://chesco.maps.arcgis.com/apps/MapTools/index.html?appid=873f036ecb6d418c9cf80eaa022c48b7&lt;/A&gt;&amp;nbsp;does not scroll, so I can't see the entire list of 73 municipalities. I thought I would be able to fix it like I did for this one's bookmark list (called Zoom to Municipality)&amp;nbsp;&lt;A class="link-titled" href="http://www.chescoplanning.org/adc/farmfinder/" title="http://www.chescoplanning.org/adc/farmfinder/"&gt;http://www.chescoplanning.org/adc/farmfinder/&lt;/A&gt;&amp;nbsp;using&amp;nbsp;the overflow:auto CSS but that does not fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have any ideas?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 15:17:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480513#M24121</guid>
      <dc:creator>GeneH_Chesco</dc:creator>
      <dc:date>2017-09-12T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: My bookmark list does not scroll</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480514#M24122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried with Chrome, Firefox and Internet Explorer and none offers the list to be scrolled.&amp;nbsp;Although I can&amp;nbsp;reorganize the items in the list, I cannot access those that are not visible. If I change my zoom level to 33% I can access all of them, but that is not very user-friendly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to solve this (IMHO) would be not to use bookmarks, but to&amp;nbsp;use the municipality layer (polygons) to configure a custom search and let the user search for the municipality which will trigger the zoom to polygon.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://doc.arcgis.com/en/arcgis-online/create-maps/configure-feature-search.htm" title="http://doc.arcgis.com/en/arcgis-online/create-maps/configure-feature-search.htm"&gt;Configure feature search—ArcGIS Online Help | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 15:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480514#M24122</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-09-12T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: My bookmark list does not scroll</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480515#M24123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We'll get this fixed for the next release but in the meantime you can use the "custom css" option when you configure the Map Tools app to overwrite the app css. To do this just paste the following into the custom css box and save the app configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;#bookmark_container&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;max-height&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 60%&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="property token"&gt;overflow&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; auto&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:12:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480515#M24123</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T21:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: My bookmark list does not scroll</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480516#M24124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. That worked. I was applying the overflow:auto to the wrong div.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 19:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/my-bookmark-list-does-not-scroll/m-p/480516#M24124</guid>
      <dc:creator>GeneH_Chesco</dc:creator>
      <dc:date>2017-09-12T19:19:29Z</dc:date>
    </item>
  </channel>
</rss>

