/* Make navbar dropdowns taller */
.navbar .dropdown-menu {
  max-height: 95vh;
}
