Use correct width flag for button width

This commit is contained in:
Dean 2024-07-01 15:23:02 +01:00
parent 91df945250
commit 7582e656ba
1 changed files with 1 additions and 2 deletions

View File

@ -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}