File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
packages/uui-popover-container/lib Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ export type PopoverContainerPlacement =
22
22
@defineElement ( 'uui-popover-container' )
23
23
export class UUIPopoverContainerElement extends LitElement {
24
24
/**
25
- * Set the distance between popover-modal and trigger .
25
+ * Set the distance between popover container element and target element .
26
26
* @type {number }
27
- * @attr disabled
28
- * @default false
27
+ * @attr margin
28
+ * @default 0
29
29
*/
30
30
@property ( { type : Number } )
31
31
margin = 0 ;
32
32
33
33
/**
34
- * Define the placement of the popover-modal .
34
+ * Define the placement of the popover container .
35
35
* @attr placement
36
36
* @default 'bottom-start'
37
37
*/
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ export const Overview: Story = {
27
27
} ,
28
28
args : {
29
29
placement : 'bottom-start' ,
30
+ margin : 0 ,
30
31
} ,
31
32
argTypes : {
32
33
placement : {
You can’t perform that action at this time.
0 commit comments