Card secondaryFooterActions open in a weird place
Closed this issue · 1 comments
mydnic commented
This is my code
<Card
:title="mail.subject"
:primaryFooterAction="{ content: 'Send Reply' }"
:secondaryFooterActions="[
{ content: 'Move To Pending' },
{ content: 'Mark as refunded' },
{ content: 'Close', destructive: true },
]"
>
<CardSection>
<p>
{{ mail.body }}
</p>
</CardSection>
<CardSection>
<TextField
v-model="formData.reply"
autoComplete="off"
label="Reply Message.."
:multiline="4"
/>
</CardSection>
</Card>
This is the result when I click on the "More" dropdown :
It's like the menu has an absolute position but with no relative parent and thus it goes on the top left of the screen.
When I click a second time, the menu disappear (ok) and then when I click a 3rd time, nothing happens. I have to refresh the page to make it show again.
Thanks a lot :)
I'm using "@ownego/polaris-vue": "^1.3.6",
btw
juzser commented
Fixed on v1.3.7