Skip to main content

BUG: Fix of big amount frames list items on presentation

  • June 22, 2025
  • 1 reply
  • 25 views

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 :)

1 reply

Eca
Mironeer
Forum|alt.badge.img+2
  • Mironeer
  • June 25, 2025

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