Scroll to top icon falls behind footer

Hi I realized that the scroll to the top icon so I made changes to the z-index in the css as follows. I added the css in the theme global options. Thought it might be usefull for someone and support could add additional wisdom if needed.
Thanks

**Sorry I did not know how to add the css in a better formatting

Old CSS:
.x-colophon{
position:relative;
}
.x-scroll-top.right{
right:10px;
}

Added CSS:
.x-colophon{
z-index:0;
}
.x-scroll-top.right{
z-index:1;
}

Hi,

Thanks for sharing the code. Have a nice day! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.