You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using the same VaLayout as Vuestic Admin. The issue only seems to affect the VaButtonDropdown content. For example, this is a button placed at the left of the main content:
<VaButtonDropdown
split
preset="primary"
label="Filter"
size="small"
>
// content is VaList as shown above
</VaButtonDropdown>
Elsewhere I'm using VaDropdown in a similar position to the left of the main content, and it doesn't have the same issue:
Elsewhere I'm using VaDropdown in a similar position to the left of the main content, and it doesn't have the same issue:
Which results in:
I'm managing to workaround the issue by simply using
placement="right-end"
on the VaButtonDropdown.Originally posted by @beard7 in epicmaxco/vuestic-admin#1053 (comment)
The text was updated successfully, but these errors were encountered: