im trying to find a css hack for just safari NOT chrome, i know these are both webkit browsers but im having problems with div alignments in chrome and safari, each displays
Note: If iOS-only is sufficient (if you're willing to sacrifice Safari desktop), then this works:
@supports (-webkit-overflow-scrolling: touch) { /* CSS specific to iOS devices */ }