Increase z-index of textarea so it works with jQuery dialogs with modal=true

This commit is contained in:
Bernie Telles 2011-11-15 00:23:52 -08:00
commit c43618f2cb

View file

@ -84,7 +84,7 @@
.ace_editor textarea {
position: fixed;
z-index: -1;
z-index: 2000;
width: 10px;
height: 30px;
opacity: 0;