@rpeveri , As the support queue isn’ active, and this is an open source project, I went ahead with a CSS change in order to fix it to our site’s menu location. Obviously you might need to modify the fix location in order to use it on your site.
body { position: relative;}
body #pojo-a11y-toolbar {
position: absolute!important;
top: 223px !important;
}
@media screen and (max-width: 767px) {
body #pojo-a11y-toolbar {
top: 65px !important;
}
}
I’m also looking for a solution to fix the icon to a position on the screen rather than just having it relative to the top of the window.
How did you fix this? seems to only be an issue for me in firefox