(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
committed by Francis Lachapelle
parent b3741e65c8
commit 617fcbbf19
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ Bug fixes
- [core] properly honor the "include in freebusy" setting (#3354)
- [web] return login page for unknown users (#2135)
- [web] append ics file extension when importing events (#2308)
- [web] set a max-height so we can scroll in the attendees list (#3666)
- [eas] properly escape all GAL responses (#3923)
- [eas] properly skip folders we don't want to synchronize (#3943)
- [eas] fixed 30 mins freebusy offset with S Planner
+1 -1
View File
@@ -90,7 +90,7 @@ LABEL.calendarName
}
DIV#attendeesMenu
{ overflow: auto; }
{ overflow: auto; max-height: 300px; }
DIV.fakeTextArea
{ overflow: auto;