html - Width not responding on android browser only on samsung galaxy tab 3 -


i'm having weird issue page design, works in every device , resolution, issue android browser on samsung galaxy tab 3 1280x800 res. width of box wide on samsung galaxy tab, ideas?

i'm using sass/compass code long paste here, same compiled css.

basic html

https://jsfiddle.net/nayl9wt9/2/

basic sass:

.group-product-info {           min-height: 0;           max-height: 100%;           height: 65% !important;           width: 40.65% !important; //original width           max-width: 40.65% !important;           overflow: auto;           -webkit-overflow-scrolling: touch; } 

here screenshot of how should look:

enter image description here

samsung galaxy tab view:

enter image description here


Comments

Popular posts from this blog

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -

javascript - oscilloscope of speaker input stops rendering after a few seconds -