Codemirror in flex-child container #3547

Closed
opened 2015-09-24 18:35:06 +02:00 by marijnh · 2 comments
marijnh commented 2015-09-24 18:35:06 +02:00 (Migrated from gitlab.com)

So, what if we put codemirror into child of flexbox layout.

It is work not correctly, because .Codemirror-scroll has height: 100%; parameter.
And it's really height will become equal first parent with absolutely height parent.

So, what if we put codemirror into child of flexbox layout. It is work not correctly, because `.Codemirror-scroll` has `height: 100%;` parameter. And it's really height will become equal first parent with absolutely height parent.
marijnh commented 2015-10-02 23:19:02 +02:00 (Migrated from gitlab.com)

Does flexbox actually specify that height: 100% will end up referring to something else than the height of the wrapping position: relative container, or is this just a browser bug that you're running into?

Does flexbox actually specify that `height: 100%` will end up referring to something else than the height of the wrapping `position: relative` container, or is this just a browser bug that you're running into?
marijnh commented 2017-08-06 07:39:37 +02:00 (Migrated from gitlab.com)

This appears to be the same as #4142

This appears to be the same as #4142
marijnh (Migrated from gitlab.com) closed this issue 2017-08-06 07:39:37 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/codemirror5#3547
No description provided.