+ 21
[Solved] How can i make elements to scroll horizontally?
I have this i want to make it scroll horizontally https://code.sololearn.com/WDg9X5bkqquZ/?ref=app
12 Respuestas
+ 11
I think this will help you
https://www.w3schools.com/howto/howto_css_menu_horizontal_scroll.asp
+ 17
Thank you so much Coder bhaiya 🤗🤗
+ 12
Sumit Programmer😎😎
Thank you so much it did 🤗🤗
+ 7
Coder thanks bro 😊😀
+ 5
Aakaanksha💕 welcome 😊😀
+ 4
You can give the desired element width and overflow-x: auto, when the browser's width is less than the element's width, it will scroll horizontally
+ 4
Thank you so much
+ 1
You can apply it as well asking more code more fatigues
0
To make horizontal scroll you should declare element's display property "block" and set overflow-x property "scroll". that's it