From 1d170cc1ae8198cc940c5bb4cd9447197a7609cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Fri, 18 Nov 2011 11:58:23 +0100 Subject: [PATCH] [Bug #1235] Changed height calculations affecting project edition scollbar FEA: ItEr75S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index 4b7d14691..16ef83781 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1134,6 +1134,10 @@ span.perspective, span.perspective-active { border-bottom:1px solid #9ECAD8; } +.orderslayout-area > .z-center-body { + height: auto !important; +} + .orderelements-tab { overflow-x: auto; }