div#col-left,
div#col-right {
    max-height: 55vh; /* not available in Bootstrap */
    overflow-y: scroll;
}
.dropdown-menu {
  z-index: 1050; /* A value higher than the sticky header's z-index (often around 1020) */
}
