0

Usually I will use overflow:hidden to wrap div. But is there any other way to wrap divs without using this method? Because I have some other concern that cannot use hidden overflow.

youaremysunshine
  • 341
  • 6
  • 16
  • 28

1 Answers1

0

You can use overflow:auto in your CSS.

mikek3332002
  • 3,546
  • 4
  • 37
  • 47
Heta
  • 75
  • 3