0
How to fix 'display: flow-root' in Safari?
I've made a website recently and I've used there 'display: flow-root'. It's supported by almost every browser (unfortunately not by IE and Safari). I don't care about IE, but I'd like to ask: is there any alternative to 'display: flow-root'?
1 Answer
+ 6
how about using clearfix....
https://stackoverflow.com/questions/8554043/what-is-a-clearfix/8554054
https://css-tricks.com/snippets/css/clear-fix/