Use correct width flag for button width
This commit is contained in:
parent
91df945250
commit
7582e656ba
|
@ -305,8 +305,7 @@
|
|||
align="center"
|
||||
bind:this={customPopover}
|
||||
anchor={popoverAnchor}
|
||||
minWidth={popoverAnchor?.getBoundingClientRect()?.width}
|
||||
maxWidth={popoverAnchor?.getBoundingClientRect()?.width}
|
||||
useAnchorWidth
|
||||
maxHeight={300}
|
||||
resizable={false}
|
||||
offset={10}
|
||||
|
|
Loading…
Reference in New Issue