android - 1px border not showing until zoomed in on mobile chrome -


enter image description here

above image indicates problem - 3 boxes have 1px border around them doesn't entirely show when on 100% zoom on mobile chrome. version of chrome being used 34.0.1847.114.

there's nothing special css being used:

background: #fbfeff; border: 1px solid #3ba8e7; padding: 5px 6px; font-size: 14px; outline: none; 

i suppose solved now, lack of answers bothers me. seems 1 pixel border lost in scaling because of fallback width (google developer).

add viewport information on pages devices have correct scaling information:

<meta name=viewport content="width=device-width, initial-scale=1"> 

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -