Fix scrolling for calendars/addressbooks lists

This commit is contained in:
Francis Lachapelle
2012-11-12 16:36:30 -05:00
parent e037ca0a49
commit b088f6f97f
3 changed files with 14 additions and 17 deletions

View File

@@ -110,7 +110,8 @@ DIV#contactFoldersList
bottom: 0px;
margin: 0px;
padding: 0px;
overflow: hidden; }
overflow: auto;
overflow-x: hidden; }
DIV#abToolbar
{ padding-left: 6px; }