borisbutenko/bp-vuejs-dropdown

[firefox] the popout box stays on page after moving curser away or even scrolling on firefox

MohammadRafik opened this issue · 1 comments

[firefox] the popout box stays on page after moving curser away or even scrolling on firefox

i hadnt set the role variable as a sublist when i created a dropdown object.
<dropdown :trigger="'hover'" :align="'right'">
should have been:
<dropdown :trigger="'hover'" :role="'sublist'" :align="'right'">
sorry for the confusion