Add html code in admin page

Try doing little CSS work

.admin-button{position:fixed; bottom:20px; right:20px; z-index:999;}

add class to your button code, here I am using “.admin-button” for example .This will make your button appear in bottom 20px up and 20px away from right , more do as wherever you want to place.

Hope this small thing can work for you