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:
samsung galaxy tab view:
Comments
Post a Comment