I want to create a box that has a unique size, but that has a scroll bar in it to view the complete content.
I want to use this to detail something.
I want to create a box that has a unique size, but that has a scroll bar in it to view the complete content.
I want to use this to detail something.
In CSS add
overflow: scroll;
In the element class add:
overflow-x : scroll;