.ui-menu-popover {
    max-height: 280px;
    overflow: auto;
}

/* Dropdown affordances intentionally use the border/focus state, without chevrons. */
.ui-menu > summary::after,
.ui-select-button::after {
    content: none !important;
    display: none !important;
}
