Mail editor : show scrollbar in contacts pane when necessary.

Monotone-Parent: f05a28854fca7f10afb958ecb7b60275cafd475b
Monotone-Revision: 299e375e68f6404ffcb338c6e279d3da6123b87d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-19T20:22:57
This commit is contained in:
Francis Lachapelle
2011-12-19 20:22:57 +00:00
parent 1d1af6bc04
commit 7cac0b9d5c

View File

@@ -222,10 +222,11 @@ DIV#contactsListContent
top: 9em;
left: 0px;
right: 0px;
bottom: 0px;
bottom: 110px;
margin: 0;
border-right: 1px solid #fff;
background-color: #fff; }
background-color: #fff;
overflow-y: auto; }
TABLE#contactsList
{ width: 100%; }