Advertisement
ArcaniSGK507

Untitled

Feb 5th, 2025
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. .container {
  2.     white-space: nowrap;
  3.     overflow-x: auto; /* Para permitir el desplazamiento horizontal */
  4.     overflow-y: hidden;
  5. }
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement