Create a one-size-fits-all box with scroll bar

Asked

Viewed 22 times

0

I want to create a box that has a single size, but has a scrollbar on it to view the full content.

I want to use this to detail something.

  • Can be with CSS?

2 answers

1

In CSS add

overflow: scroll;

1

In the add element class:

overflow-x : scroll;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.