From ff5ccf0fb34a19306e4177a9a2f2c4c6f503cb1a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Fri, 22 Jan 2010 14:38:58 -0800 Subject: Specify the height and overflow-y on l10n-client translation element. fixes ticket #899. --- modules/gallery/css/l10n_client.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/gallery/css') diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css index 3771c049..053b4432 100644 --- a/modules/gallery/css/l10n_client.css +++ b/modules/gallery/css/l10n_client.css @@ -184,7 +184,9 @@ } #l10n-client-string-editor .translation { - overflow:hidden; + overflow-y:auto; + overflow-x: hidden; + height: 20em; width:49%; float: right; } -- cgit v1.2.3