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;
Sticky Bar & cBB Reactions
-
- Site Admin
- Posts: 781
- Joined: Tue Nov 18, 2014 11:30 am
Re: Sticky Bar & cBB Reactions
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.
You can't account for everyone when writing code.
-
- Posts: 7
- Joined: Sun Jan 14, 2024 8:33 pm
Re: Sticky Bar & cBB Reactions
Yeap (not your fault), I put it here if someone else have the same problem.
Thanks for sharing your work.