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:
parent
c7d4c612bb
commit
31f7523c1b
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue