Hi there! Noticed a bug when you have big amount of frames on single board.
screen: https://imgur.com/kNGUcSs
fixed with proper css: https://imgur.com/NrzRbfd
css code:
// frames list
#meeting-list-button__list {
    max-height: 700px;
    width: fit-content;
}
// frame item
#meeting-list-button__list > div[role="menuitem"] > div {
    width: auto;
}
// fames list outer box
div[role="menuitem"][data-testid="meeting-list-item"] > div {
    width: auto;
}Chrome version 137.0.7151.104.
Please add this fix :)


