IDEMPIERE-692 Zk Combobox: popup list sometime is show covering the input box. Workaround to reduce the possibilities of this happening.

This commit is contained in:
Heng Sin Low 2013-03-06 17:59:10 +08:00
parent c7d4c612bb
commit 31f7523c1b
1 changed files with 5 additions and 0 deletions

View File

@ -1292,3 +1292,8 @@ font-size: 0;
margin:0px;
padding: 1px 4px 1px 4px;
}
<%-- workaround for http://jira.idempiere.com/browse/IDEMPIERE-692 --%>
.z-combobox-pp {
max-height: 200px;
}