prevent scrolling when dropdown is opened. fixes #1540
This commit is contained in:
parent
dcee289874
commit
59df6b4c9a
1 changed files with 1 additions and 0 deletions
|
@ -1281,6 +1281,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||
// show the elements
|
||||
mask.show();
|
||||
|
||||
this.positionDropdown();
|
||||
this.dropdown.show();
|
||||
this.positionDropdown();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue