.scroll-x {
    overflow-x: auto;          /* Enable horizontal scroll */
    display: block;            /* Ensure it's block-level */
}