From 7cac0b9d5c8fa62cbd418591a6061018ec584805 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Mon, 19 Dec 2011 20:22:57 +0000 Subject: [PATCH] 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 --- UI/WebServerResources/UIxMailEditor.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/UIxMailEditor.css b/UI/WebServerResources/UIxMailEditor.css index 49ee656ee..f6345dc2a 100644 --- a/UI/WebServerResources/UIxMailEditor.css +++ b/UI/WebServerResources/UIxMailEditor.css @@ -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%; }