I'm developing a messenger for messaging, and I'm struggling to fix a few things in Safari, as this seems like a compatibility issue.
http://animgram.com/fb/index.html If you open this link in Google Chrome and Safari. Google Chrome is the correct view, but it does not display correctly in Safari.
I am trying to set this class.
.self { justify-content: flex-end; align-items: flex-end; }
Please note: only problem with Safari. IE, Chrome and Firefox are fine.
source share