#fixedButtons {
    position: fixed !important;
    bottom: 10px !important;
    right: 10px !important;
    left: auto !important; /* 左固定の上書き防止 */
    z-index: 99;
    display: flex;
}