Skip to content

Commit

Permalink
fix(widget-object): allow nested widgets to overflow (#3026)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart authored and erezrokah committed Jan 5, 2020
1 parent 99169ed commit 8e980bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/netlify-cms-widget-object/src/ObjectControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const styleStrings = {
`,
objectWidgetTopBarContainer: `
padding: ${lengths.objectWidgetTopBarContainerPadding};
overflow: hidden;
`,
};

Expand Down

0 comments on commit 8e980bc

Please sign in to comment.