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
**Related Issue:** N/A
## Summary
- Adds overlayPositioning property
- Allows a user to set the `overlayPositioning` on the internal
`calcite-action-menu`
* Determines the type of positioning to use for the overlaid content.
80
+
*
81
+
* Using `"absolute"` will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout.
82
+
* `"fixed"` should be used to escape an overflowing parent container, or when the reference element's `position` CSS property is `"fixed"`.
0 commit comments