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
Replace your class in (.myClass)
/* Safari only */ .myClass:not(:root:root) { enter code here }
enter code here