primefaces-extensions / primefaces-extensions.github.com

Organization repo, only for homepage, wiki and issue tracker
https://primefaces-extensions.github.io/
70 stars 22 forks source link

FAB and Badge not working together #802

Closed rider87 closed 4 years ago

rider87 commented 4 years ago

Hi,

As described in the forum: https://forum.primefaces.org/viewtopic.php?f=14&t=62468

I´m using the pe:fab and pe:badge on right top corner...** I tried this, but it´s always only showing after the pe:fab:

<pe:fab id="btnFab" icon="fa fa-question" iconActive="fa fa-times" style="background: green;"> </pe:fab> <pe:badge content="1" for="btnFab" position="top-right"/>

jepsar commented 4 years ago

Probably because of the absolute / fixed positioning of the FAB. @melloware I can also have a look at this if you like.

melloware commented 4 years ago

@jepsar You take this one and i will take the other one.