/* =========================================================================
   custom.css — page-specific overrides only.
   Most former content moved into theme.css / app.css.
   ========================================================================= */

/* Limit dropdown height for multi-select (Havit / Bootstrap) */
.dropdown-menu,
.hx-dropdown-menu,
.hx-multi-select .dropdown-menu,
.dropdown-menu.hx-multi-select-dropdown {
    max-height: 260px;
    overflow-y: auto;
}
