IDEMPIERE-4630 Global Search, Tab Search has no scroll (#509)

This commit is contained in:
igorpojzl 2021-01-05 16:20:29 +01:00 committed by GitHub
parent 3af7bc1351
commit 5a01ef2c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");