Column-reverse with load more on safari

0
Hi, I’m making a chat module and having troubles implementing the listview with column-reverse styling on safari. The problem is that the loadmore button is placed over de listview and I cant figure out why this is happening. It’s working on chrome and or android, but safari browser or ios devices fail, see screendumps. Any suggestion on how to fix this?          
asked
1 answers
1

Since this is a CSS issue on a specific browser, perhaps this GitHub discussion will be fruitful. It looks like you’ll probably need to implement some kind of CSS workaround to deal with this behavior in Safari.

https://github.com/twbs/bootstrap/issues/22913

answered