scrollbars in dialog
scrollbars in dialog
currently I've designed a dialog with several buttons to load the data
from backend automatically.
So I wrapped a div and use it as my dialog. Inside the div, there's a
button to get the string and append to the current content in this
div. What I'm aiming is that after certain lines, there should be
shown a scrollbar there. However even I define "overflow:auto" in the
styles of this div, the scrollbar just doesn't show up.
Anyone has any ideas?