/* Enables horizontal scrolling in any element that has the "container" CSS class. */
.container {
    overflow-x: auto;
    overflow-y: auto;
}