I have this strange issue on ms edge (developer edition) with mybb. No other site.
On MS edge the paging element is not showing but on Chrome it is.
If I take a screenshot on edge you can see it's missing

Anyone else experiencing it on Edge?
Both chrome and edge are using chromium so it doesn't make sense the page would render differently.
If I remove the div's css class tag or remove the class' float property is becomes visible.
which is weird
On MS edge the paging element is not showing but on Chrome it is.
If I take a screenshot on edge you can see it's missing

Anyone else experiencing it on Edge?
Both chrome and edge are using chromium so it doesn't make sense the page would render differently.
If I remove the div's css class tag or remove the class' float property is becomes visible.
Code:
block-outer-main {
float: left;
}

