<p>Here's the problem:<br>
(a) On the OSM homepage, search for something that has many results (e.g. "pub")<br>
(b) Scroll down in the list of results.<br>
(c) Now decide you want to close the search results sidebar. Unfortunately, the "Close" link is now scrolled out of reach, and you have to tediously scroll back up just to close the thing.</p>

<p>This patch changes behaviour so it's the content (#sidebar_content) that scrolls, rather than the outer container (#sidebar), meaning that the heading block stays visible.</p>

<hr>

<h4>You can merge this Pull Request by running</h4>
<pre>  git pull https://github.com/danstowell/openstreetmap-website scrollheadingfix</pre>
<p>Or view, comment on, or merge it at:</p>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/363'>https://github.com/openstreetmap/openstreetmap-website/pull/363</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Search sidebar: don't scroll heading ('close' stays visible)</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/363/files#diff-0">app/assets/stylesheets/common.css.scss</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/363.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/363.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/363.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/363.diff</a></li>
</ul>