@layer components {
    .fi-ta-content {
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .fi-ta-content::-webkit-scrollbar {
        height: 10px;
    }

    .fi-ta-content::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 5px;
    }

    .fi-ta-content::-webkit-scrollbar-track {
        background: #eee;
    }

    .fi-ta-content.sticky-scroll {
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 50;
    }
}
