
  #sdbr {
    max-height: 100vh;         /* full viewport height */
    overflow-y: auto;          /* scroll only the sidebar */
    position: sticky;          /* keep it fixed while scrolling page */
    top: 0;                    /* stick to the top */
    /*align-self:start;*/
  }
