oncebot/pushbar.js

Issue with top pushbar

Lovor01 opened this issue · 0 comments

I had an issue with top scrolled pushbar (data-pushbar-direction="top"), placed as <aside> element driectly beneath body element.
The issue was both in Firefox and Chrome, not showing the right part of pushbar, because it was bigger than a body. I tracked down the issue to position:fixed, making the element bigger than body.

Finally, I managed to fix it with visible:auto (or hidden, to your preference) on body element. I hope this helps someone.