Hi i tried migrating from angular 6 to 7 and now my grid is not displaying
correctly. In chrome everything is as it should be. But in IE each
section has its own row which is not what is intended. here is what i used
for the css. does anyone have an idea on how to fix this or should i
revert back to 6?
main {
display: grid;
grid-template-areas:
". . ."
"nav section aside"
". . .";
grid-template-rows: 0px 1fr 0px;
grid-template-columns: 60px 1fr 300px;
height: 100vh;
}
nav {
grid-area: nav;
}
section {
grid-area: section;
}
aside {
grid-area: aside;
}
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.