kilbot / WooCommerce-POS

:bangbang: All development now at https://github.com/wcpos.
http://wcpos.com
GNU General Public License v3.0
353 stars 125 forks source link

Numpad is half-covered on smaller mobile device #130

Open torinnguyen opened 8 years ago

torinnguyen commented 8 years ago

Numpad is half-covered on smaller mobile device (eg. iPhones) Please see attached screenshot. http://take.ms/njhoX

Image

torinnguyen commented 8 years ago

I have a fix for this on compiled code, I don't know how to fix it here. http://take.ms/i9Aza

woocommerce-pos/assets/js/app.build.js woocommerce-pos/assets/js/admin.build.js

• find 'translateX' • add this line above xPos = Math.max(xPos, 0);

Image