I made it float with this css tweak:
#side_pane div:nth-child(1) div div.row.mb-2 div:nth-child(1) a {
position: fixed;
top: 17vh;
left: 77vw;
max-width: 60pt;
overflow: hidden;
z-index: 999;
box-shadow: 5pt 5pt 30pt black;
}