Closed chengfanke closed 6 years ago
Thanks for the great job. I just wonder how can I add scrollbar to the dialog, if the content height is beyond the dialog size. Can someone give me any clue?
You can add overflow: auto; to the CSS styles of the <dialog> element (e.g. using the options argument in showModalDialog())
overflow: auto;
<dialog>
options
showModalDialog()
thx for the reply. I have have a try.
Thanks for the great job. I just wonder how can I add scrollbar to the dialog, if the content height is beyond the dialog size. Can someone give me any clue?