Recently, I was moved to a Windows 10 VM from Windows 7 and I encountered an issue with displaying a site for my team at work properly in Edge. A WebPart linking to CSS was showing everything as one large list instead of a table with dropdowns. Oddly enough, when I opened the HTML page on its own in Edge, it displayed fine, but within SharePoint, it wasn't working correctly. Any thoughts on why this discrepancy could be happening? Desired display
UPDATE After inspecting developer tools, I discovered a SEC7111 error code on the linked CSS file. I'm searching for solutions, but any assistance would be greatly appreciated!
LATEST UPDATE Upon further investigation of the SEC7111 error, I realized that using "file://" links for the CSS was causing issues because they were not considered secure. Strangely, even though I received the same error in IE, I never had display issues like this before... To resolve this issue, I relocated my linked CSS file to a secure folder in another SharePoint site and linked the CSS from there - now everything is working smoothly!