I have a project, where I am using position: absolute
to place names on a leaderboard. This is inside a div which has scroll: auto
and is also a flexbox (from Bootstrap). This works fine on Chrome, however trying to use this on Safari ends up with the names simply not appearing.
I have a JS fiddle of a simplified version here: https://jsfiddle.net/gfbu0aez/4/
If you open it in Chrome, the numbers appear just fine, but opening it in Safari results in nothing appearing.