diff --git a/docs/pages/04-common-properties.md b/docs/pages/04-common-properties.md index 4aa415872..6071dd067 100644 --- a/docs/pages/04-common-properties.md +++ b/docs/pages/04-common-properties.md @@ -122,3 +122,19 @@ Pass the `` object into the `rightFlyoutContent` prop of Commo showRightFlyout={showRightFlyout} /> ``` + + +If the `CommonProperties` component is nested inside single or multiple layers of `
` elements, special consideration is needed for proper layout behavior. + +```html + const rightFlyoutContent = ( +
+ +
+) + +`display: flex` should be added to `parent-div` to allow Common Properties content to occupy full width and height available in right flyout.