Skip to content

Commit

Permalink
fix(popup-menu-web): add description for the new option
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanunver authored and gjulivan committed Nov 13, 2024
1 parent 88f75cf commit 5e811e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pluggableWidgets/popup-menu-web/src/PopupMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</property>
<property key="clippingStrategy" type="enumeration" defaultValue="absolute">
<caption>Clipping strategy</caption>
<description />
<description>'Absolute' positions the floating element relative to its nearest positioned ancestor, while 'Fixed' breaks it out of any clipping ancestor.</description>
<enumerationValues>
<enumerationValue key="absolute">Absolute</enumerationValue>
<enumerationValue key="fixed">Fixed</enumerationValue>
Expand Down

0 comments on commit 5e811e8

Please sign in to comment.