I'm using the RichTextEditor in an ASP.NET MVC4 project, and I need to include the editor in a jquery.ui dialog. It appears that the iframe is displayed behind the dialog, as the start text is not visible and I cannot type in the editor. My instinct is to adjust z-index, where should that go?