I wonder if this button can be changed to floating and moved to the bottom right? I tried to do it using my limited CSS skills but I couldn’t do it; I suspect the HTML in Horizon is limiting this.
I appreciate any advice or guideline to make this possible
Thank you! That is what I tried, but it gets hidden by many other elements, and the tricky z-index: 999 is not working there. I understand this is because of the ancestor elements in the theme.
It gets hidden by topic cards, right sidebar elements, and so on.
Altho, setting a z-index:1 on the sidebar-wrapper does fix the stacking context (and makes the button behave as we want). I don’t think that has any other consequences, but you never know with z-index.