Skip to content

Commit

Permalink
Add flex rule to fix IE issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen authored and jasmussen committed Dec 20, 2018
1 parent 7e18b93 commit ef00060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
}

.edit-post-visual-editor {
flex-grow: 1;
flex: 1 0 auto;

// In IE11 flex-basis: 100% cause a bug where the metaboxes area overlap with the content area.
// But it works as expected without it.
Expand Down

0 comments on commit ef00060

Please sign in to comment.