Author: wesleyhales
Date: 2009-02-08 10:01:03 -0500 (Sun, 08 Feb 2009)
New Revision: 12793
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/common/portlet-editor.css
Log:
https://jira.jboss.org/jira/browse/JBPORTAL-2225
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/common/portlet-editor.css
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/common/portlet-editor.css 2009-02-07
04:43:16 UTC (rev 12792)
+++
branches/JBoss_Portal_Branch_2_7/core/src/bin/portal-core-war/themes/common/portlet-editor.css 2009-02-08
15:01:03 UTC (rev 12793)
@@ -1,8 +1,8 @@
.portlet-editor-content {
height:300px;
width:500px;
- overflow: auto;
overflow-x: hidden;
+ overflow-y: scroll;
border: 1px solid #333;
}