You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apologies that we were unable to address this issue in a timely manner!
Given that we have millions of free users this has been a challenge, and we are working to improve over time. As part of an effort to focus on driving the most recent issues to resolution, this issue is being closed.
If this issue is still meaningful, please comment with an update and re-open the issue for troubleshooting! Thanks for your continued loyalty to the StackBlitz platform over the years!
Project
StackBlitz Angular CLI in Microsoft EDGE
Description
Having a
<head>
element in index.html prevents css classes to be applied to the<body>
element.Steps to reproduce:
Open this StackBlitz sample in Microsoft Edge.
Result
The class added to the
body
is not triggered and thebody
background-color
is not blue.Expected Behavior
The background color should be blue.
P.S. Remove the
head
element from the index.html file and the body class is applied correctlyIn index.html:
In DevTools:
The text was updated successfully, but these errors were encountered: