-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
DropdownMenu
positioning issue (#2812)
* fix(dropdown-menu): fix an issue with dropdown positioning * chore: changeset added
- Loading branch information
1 parent
0232120
commit f1fff9f
Showing
2 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@commercetools-uikit/dropdown-menu': patch | ||
'@commercetools-uikit/data-table-manager': patch | ||
--- | ||
|
||
We fixed an issue with the `DropdownMenu` component when using these values: | ||
|
||
* `menuPosition`: right | ||
* `menuHorizontalConstraint`: auto | ||
|
||
In that situation, the width and positioning of the floating menu was not correctly calculated. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters