.adf-copy-tooltip {
    position: absolute;
    background: var(--theme-primary-color);
    color: var(--theme-primary-color-default-contrast);
    font-size: var(--theme-caption-font-size);
    padding: 2px 5px;
    border-radius: 5px;
    bottom: 93%;
    left: 0;
    z-index: 1001;
    min-height: 20px;
}

.adf-sticky-header {
    .adf-copy-tooltip {
        top: 85%;
        bottom: 0;
    }
}
