Set style as below:
padding-left: 1em:
text-indent: 1em;
margin: 0px
Set style as below:
padding-left: 1em:
text-indent: 1em;
margin: 0px
<style>
.floatButton {
z-index: 1000;
display: block;
position: fixed;
bottom: 120px;
right: 120px;
}
</style>
<div class="floatButton"><button>float </button></div>