Author: sergeyhalipov
Date: 2007-12-06 10:09:45 -0500 (Thu, 06 Dec 2007)
New Revision: 4562
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
Log:
http://jira.jboss.com/jira/browse/RF-1533
Modified:
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss
===================================================================
---
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-12-06
14:45:55 UTC (rev 4561)
+++
trunk/ui/suggestionbox/src/main/resources/org/richfaces/renderkit/html/css/suggestionbox.xcss 2007-12-06
15:09:45 UTC (rev 4562)
@@ -31,8 +31,8 @@
}
.dr-sb-overflow {
- overflow : auto;
- overflow-x : hidden;
+ overflow-y : auto;
+ overflow-x : auto;
}
.dr-sb-int-decor-table {