make a wide element scrollable horizontally on small screens

PHOTO EMBED

Thu Jul 11 2024 17:14:27 GMT+0000 (Coordinated Universal Time)

Saved by @webisko #css

selector {
overflow-x: auto; /* Enables horizontal scrolling if content overflows */
-webkit-overflow-scrolling: touch; /* Smooth scrolling for touch devices */
}
content_copyCOPY