(fix) set a max-height so we can scroll in the attendees list (fixes #3666)

This commit is contained in:
Ludovic Marcotte
2016-12-28 11:53:23 -05:00
parent 6ea37ce3e6
commit 7a55338c08
2 changed files with 2 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ LABEL.calendarName
}
DIV#attendeesMenu
{ overflow: auto; }
{ overflow: auto; max-height: 300px; }
DIV.fakeTextArea
{ overflow: auto;