.floating_widget {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}