You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to provide margin to be added to the size calculated by the auto resizer in Contentful Apps. For example using the forma-36 Autocomplete component with the auto resizer the shadow is cut-off:
Adding 5-10px of margin here would solve the issue.
When using @contentful/react-apps-toolkit it would look something like this:
function Component() {
useAutoResizer({ absoluteElements: true, margin: 10 });
}
The text was updated successfully, but these errors were encountered:
It would be useful to provide margin to be added to the size calculated by the auto resizer in Contentful Apps. For example using the forma-36 Autocomplete component with the auto resizer the shadow is cut-off:
Adding 5-10px of margin here would solve the issue.
When using
@contentful/react-apps-toolkit
it would look something like this:The text was updated successfully, but these errors were encountered: