1
Hello, recently I made a floating button of live-support, it works all right, moves along with the page and is fixed, however it, when moving along with the page, goes under texts and images, IE, it buggers.
I’ve tried adding in CSS Absolute, relative, Fixed and nothing.
In css is like this:
/* livezilla flutuante */
.botaotopo {
display:scroll;
position:fixed !important;
float: right;
display: inline;
bottom:6px;
right:6px;
}
There will come a time in your life when you will hate the property
z-index
, hahaha.– Renan Gomes
could you tell me why ? hahaha
– João Victor Gomes Moreira