td:has(.tbp-actions[style*='position']) {
    overflow: visible;
}

.tbp-actions {
    width: fit-content;
    margin-inline: auto 0;
    border-radius: 4px;
    white-space: nowrap;
}

.tbp-actions[style*='position'] {
    padding: .3em 4px .3em 0;
    background: inherit;
}

.tbp-actions[style*='position']::before {
    content: '';
    position: absolute;
    inset: 0 0 0 -2em;
    z-index: -1;
    background: inherit;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 25%);
    mask-image: linear-gradient(to right, transparent 0, #000 25%);
}

.tbp-actions[style*='position'] a {
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 1px #000;
}

.tbp-actions[style*='position'] a:hover {
    box-shadow:var(--mi-shdw-1);
}