From: Edward Date: Tue, 2 Oct 2018 07:00:02 +0000 (+0800) Subject: Roo/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=217845ceb312ca8f207cc371f7840535b9694b83 Roo/bootstrap/ComboBox.js --- diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 0806f98211..2a323e7395 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -2739,7 +2739,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { var listHeight = this.touchViewListGroup.getHeight(); if(this.mobile_restrict_height && listHeight < bodyHeight){ - this.touchViewBodyEl.setHeight(listHeight); + this.touchViewBodyEl.setHeight(listHeight + this.touchViewBodyEl.getPadding('tb')); } var _this = this;