From 217845ceb312ca8f207cc371f7840535b9694b83 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 2 Oct 2018 15:00:02 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2