.toc-column .elementor-widget-table-of-contents {
    position: absolute;
    overflow: visible;
    z-index: 8;
}

.toc-section {
    z-index: 9;
}

@media screen and (max-width: 768px) {
    .toc-column .elementor-widget-table-of-contents {
        position: relative;
    }
}