Skip to main content

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
divbrole="menuitem"]=data-testid="meeting-list-item"] > div {
    width: auto;
}

Chrome version 137.0.7151.104.

 

Please add this fix :)

Hi ​@Sergey S. thanks for reporting this! I have your case converted into a support ticket so the team can review this. You should receive a response shortly


Reply