This component makes the topbar fixed on top of page. So when you move the page down the topbar moves with the page and this way you can see the topbar moving when you scroll down the page.
The circle of the poll is overlapping the topbar
As you can see between the "menu" and the home symbol
Thanks!
works fine
Thanks for the fix renamed and applied fix
Thank you!
Just the component's name and description appears a little strange to me since the code results in right the opposite: the topbar gets fixed and stops floating.
Besides that it doesn't work correctly on my goblue 7.3 when loading a page and the screen width is < 1300px. Fixed that with
.sidebar-close-page-container .topbar, .ossn-page-container .topbar {
width: 100%;
}