IDEMPIERE-4630 Global Search, Tab Search has no scroll (#509)
This commit is contained in:
parent
3af7bc1351
commit
5a01ef2c07
|
@ -69,7 +69,7 @@ public class DocumentSearchController implements EventListener<Event>{
|
|||
|
||||
public void create(Component parent) {
|
||||
layout = new Vlayout();
|
||||
layout.setStyle("padding: 3px;");
|
||||
layout.setStyle("padding: 3px; overflow:auto;");
|
||||
ZKUpdateUtil.setWidth(layout, "100%");
|
||||
ZKUpdateUtil.setVflex(layout, "true");
|
||||
|
||||
|
|
Loading…
Reference in New Issue