blackberry / bbUI.js

BlackBerry UI look and feel JavaScript toolkit for WebWorks
Apache License 2.0
312 stars 192 forks source link

Align Overflow to Bottom #1026

Open T-M-C opened 10 years ago

T-M-C commented 10 years ago

The overflow actions are aligned to the bottom in 10.3 native, can we adapt that to BBUI? overflow

T-M-C commented 10 years ago

Resolution:

Changed Line #10148 in bbui.js to:

// Adjust our scroll container top if not 10.3
if(!bb.device.is10dot3){menu.scrollContainer.style.top = '0px'};

perhaps dirty, but works :grimacing: