[firefox] the popout box stays on page after moving curser away or even scrolling on firefox
MohammadRafik opened this issue · 1 comments
MohammadRafik commented
[firefox] the popout box stays on page after moving curser away or even scrolling on firefox
MohammadRafik commented
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