Skip to content

Commit

Permalink
(fix) set a max-height so we can scroll in the attendees list (fixes …
Browse files Browse the repository at this point in the history
…#3666)
  • Loading branch information
extrafu authored and cgx committed Jan 7, 2017
1 parent b3741e6 commit 617fcbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion UI/WebServerResources/UIxComponentEditor.css
Expand Up @@ -90,7 +90,7 @@ LABEL.calendarName
}

DIV#attendeesMenu
{ overflow: auto; }
{ overflow: auto; max-height: 300px; }

DIV.fakeTextArea
{ overflow: auto;
Expand Down

0 comments on commit 617fcbb

Please sign in to comment.