I noticed that plugin actually checks if element is already creates new BFC with overflow. Why don't we check the same case with column-count?
And if element is already creates new BFC, we still should add display: block fallback as described in this issue.
I noticed that plugin actually checks if element is already creates new BFC with overflow. Why don't we check the same case with
column-count?And if element is already creates new BFC, we still should add
display: blockfallback as described in this issue.