:host(:not([hidden])) {
    width: 100%;
}

:host([is-overflowed]) .ui5-tb-popover-item {
    align-items: inherit;
    width: 100%;
}

