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;
}
