Sticky Bar & cBB Reactions

Please post any support questions here. Guest posting is allowed
gvp9000
Posts: 7
Joined: Sun Jan 14, 2024 8:33 pm

Sticky Bar & cBB Reactions

Post by gvp9000 »

The problem
https://www.youtube.com/watch?v=vPmIWozZbjA

The fix
/ext/hifikabin/stickybar/styles/prosilver/theme/stickybar.css

Line 7
Change
z-index: 2;
to
z-index: 5;
Administrator
Site Admin
Posts: 781
Joined: Tue Nov 18, 2014 11:30 am

Re: Sticky Bar & cBB Reactions

Post by Administrator »

Yes, depending on how other extensions are written, sometimes the z-index needs changing to avoid such conflicts.

You can't account for everyone when writing code.
gvp9000
Posts: 7
Joined: Sun Jan 14, 2024 8:33 pm

Re: Sticky Bar & cBB Reactions

Post by gvp9000 »

Administrator wrote: Wed Apr 03, 2024 4:44 pm You can't account for everyone when writing code.
Yeap (not your fault), I put it here if someone else have the same problem.
Thanks for sharing your work.