Hello,
So, on the file /elements/actionbars/menu.lua on line 65 you have menu.mouseover:SetHeight(300)
As you can see the Height is set to 300 which makes the overlay on MouseOver to be too big.
Set it to 10 and it's roughly the Menu Icon size.
Same goes for /elements/actionbars/bags.lua on line 42 bp.mouseover:SetHeight(100)
Setting it to 10 does the trick.
I'm not used to post to GitHub so let me know if you need some more info when posting bugs, like specific title tags or something like that.
Cheers.
Hello,
So, on the file /elements/actionbars/menu.lua on line 65 you have
menu.mouseover:SetHeight(300)As you can see the Height is set to 300 which makes the overlay on MouseOver to be too big.
Set it to 10 and it's roughly the Menu Icon size.
Same goes for /elements/actionbars/bags.lua on line 42
bp.mouseover:SetHeight(100)Setting it to 10 does the trick.
I'm not used to post to GitHub so let me know if you need some more info when posting bugs, like specific title tags or something like that.
Cheers.