/* Keep the home/post sidebar in view beside a long feed, while it remains inside the content boundary. */
@media (min-width: 821px) {
  #content > #sidecol {
    position: sticky;
    top: 8px;
    z-index: 1;
  }
}
