Dijit.Dialog irregular behaviour of scroll bar making dialog box unusable
- by arachnica
I use a dojo dialog box to display a page pulled from another part of the site.
The page being pulled is long - so I use the css attribute:
`max-height: 900px;
overflow:auto;
To make sure it displays properly. For a long page, it displays a 900px high dialog box with a scrollbar down the right hand side side. However the scrollbar is going up…