/* Dash dropdown overrides — handled by custom.css */
/* This file intentionally minimal; main styles live in static/css/custom.css */

.dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}
