Fix scrolling for calendars/addressbooks lists

(cherry picked from commit b088f6f97f)
This commit is contained in:
Francis Lachapelle
2012-11-12 16:36:30 -05:00
parent 58bdf5c933
commit bc91cfe3d2
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; }