There are some display issues if there are a lot of options selected. See example below. I would think there should be a scroll bar or something.

Any ideas?

Thanks

Comments

simon georges’s picture

Status: Active » Needs review
StatusFileSize
new566 bytes

Hi,

I've added

form#makemeeting-pollpanel-form div {
  overflow: auto;
}

in the CSS, it fixed the bug for me. You'll find the patch attached.

Best Regards,
Simon

ndstate’s picture

Status: Needs review » Reviewed & tested by the community

Sweet, it works.

Thank you so much!

SebCorbin’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Patched.