This commit is contained in:
Anuken
2020-02-14 09:51:09 -05:00
parent 0678f54e25
commit d37886b2cd
2 changed files with 3 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ public class ItemSelection{
scrollPos = pane.getScrollY();
});
table.add(pane).maxHeight(40 * 5);
pane.setOverscroll(false, false);
table.add(pane).maxHeight(Scl.scl(40 * 5));
}
}