3 ms·
Has a small line running through the arrow on safari (mobile). FYR
by chazandchaz 14y ago
Has a small line running through the arrow on safari (mobile). FYR
- philo23 14y agoThat's probably because the CSS pixel resolution isn't matching the device/screen resolution so you're seeing the edge of two elements that don't quite match (imagine a percentage being rounded). If the page included a meta viewport tag with the correct default zoom level there would probably be no line (not tested) until you zoomed in or out.