Botão fixo com 100%
.fixedBtn {
position: fixed;
bottom: 0px;
left: 0px;
text-align: center;
z-index: 1000;
border-radius: 0;
padding: 5px;
}
Amin Arjmand
.fixedBtn {
position: fixed;
bottom: 0px;
left: 0px;
text-align: center;
z-index: 1000;
border-radius: 0;
padding: 5px;
}