Codemirror in flex-child container #3547
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So, what if we put codemirror into child of flexbox layout.
It is work not correctly, because
.Codemirror-scrollhasheight: 100%;parameter.And it's really height will become equal first parent with absolutely height parent.
Does flexbox actually specify that
height: 100%will end up referring to something else than the height of the wrappingposition: relativecontainer, or is this just a browser bug that you're running into?This appears to be the same as #4142