Merge pull request #561 from wildfireapp/jquery_modal_fix

Increase z-index of textarea so it works with jQuery dialogs with modal=...
This commit is contained in:
Fabian Jakobs 2011-12-06 02:46:47 -08:00
commit bd9fad0b86

View file

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