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