* {
    transition: 200ms;
    overflow-x: hidden;
}

.no-overflow-hidden {
    overflow-x: visible; /* atau auto, scroll, sesuai kebutuhan */
}
