I've tried adding in absolute, relative, fixed, and nothing CSS.
In css it looks like this:
/* livezilla flutuante */
.botaotopo {
display:scroll;
position:fixed !important;
float: right;
display: inline;
bottom:6px;
right:6px;
}
I've tried adding in absolute, relative, fixed, and nothing CSS.
In css it looks like this:
/* livezilla flutuante */
.botaotopo {
display:scroll;
position:fixed !important;
float: right;
display: inline;
bottom:6px;
right:6px;
}
Solved problem, for those who have the same problem I the solution is easy:
Just add to CSS:
z-index: 9;
In case the number "9" was used as a reference, but you can put any number greater than any z-index inserted in the CSS.