overflow: auto replaces scrolling="auto". Use overflow: hidden for no and overflow: scroll for yes.
overflow: auto
scrolling="auto"
overflow: hidden
no
overflow: scroll
yes
Lines: 0 | Characters: 0